restructured.. a bit

This commit is contained in:
2020-11-20 18:10:39 +01:00
parent 17af0dbf80
commit 909706c529
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_ */