eive-obsw/mission/core/GenericFactory.h

13 lines
186 B
C
Raw Normal View History

2020-11-20 18:10:39 +01:00
#ifndef MISSION_CORE_GENERICFACTORY_H_
#define MISSION_CORE_GENERICFACTORY_H_
namespace ObjectFactory {
void produceGenericObjects();
}
#endif /* MISSION_CORE_GENERICFACTORY_H_ */