eive-obsw/mission/core/GenericFactory.h
Robin Mueller d79323c6ca
All checks were successful
EIVE/eive-obsw/pipeline/pr-develop This commit looks good
small fix for generic factory header
2022-05-03 17:45:39 +02:00

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_ */