Robin Mueller
d79323c6ca
All checks were successful
EIVE/eive-obsw/pipeline/pr-develop This commit looks good
13 lines
243 B
C++
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_ */
|