eive-obsw/mission/core/GenericFactory.h
Robin Mueller 238afbaa8b
All checks were successful
EIVE/eive-obsw/pipeline/head This commit looks good
EIVE/eive-obsw/pipeline/pr-develop This commit looks good
add health IF to heater handler
2022-05-02 17:37:00 +02:00

13 lines
233 B
C++

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