added BSP folder content

This commit is contained in:
2021-07-12 21:50:48 +02:00
parent e9222d77ea
commit e21175b260
47 changed files with 29696 additions and 0 deletions

View File

@ -0,0 +1,10 @@
#ifndef MISSION_CORE_OBJECTFACTORY_H_
#define MISSION_CORE_OBJECTFACTORY_H_
namespace ObjectFactory {
void setStatics();
void produce();
};
#endif /* MISSION_CORE_OBJECTFACTORY_H_ */