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-02 17:37:00 +02:00
|
|
|
void produceGenericObjects(HealthTableIF** healthTable);
|
2020-11-20 18:10:39 +01:00
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
#endif /* MISSION_CORE_GENERICFACTORY_H_ */
|