restructured.. a bit

This commit is contained in:
2020-11-20 18:10:39 +01:00
committed by Robin Mueller
parent ba0f874a38
commit ae4305e22e
50 changed files with 455 additions and 122 deletions

View File

@ -0,0 +1,12 @@
#ifndef MISSION_CORE_GENERICFACTORY_H_
#define MISSION_CORE_GENERICFACTORY_H_
namespace ObjectFactory {
void produceGenericObjects();
}
#endif /* MISSION_CORE_GENERICFACTORY_H_ */