13 lines
243 B
C++

#ifndef MISSION_CORE_GENERICFACTORY_H_
#define MISSION_CORE_GENERICFACTORY_H_
class HealthTableIF;
namespace ObjectFactory {
void produceGenericObjects(HealthTableIF** healthTable = nullptr);
}
#endif /* MISSION_CORE_GENERICFACTORY_H_ */