eive-obsw/mission/core/GenericFactory.h

13 lines
243 B
C
Raw Normal View History

2020-11-20 18:10:39 +01:00
#ifndef MISSION_CORE_GENERICFACTORY_H_
#define MISSION_CORE_GENERICFACTORY_H_
2022-05-02 17:37:00 +02:00
class HealthTableIF;
2020-11-20 18:10:39 +01:00
namespace ObjectFactory {
2022-05-03 17:45:39 +02:00
void produceGenericObjects(HealthTableIF** healthTable = nullptr);
2020-11-20 18:10:39 +01:00
}
#endif /* MISSION_CORE_GENERICFACTORY_H_ */