added more files from main repo
This commit is contained in:
12
bsp_hosted/core/ObjectFactory.h
Normal file
12
bsp_hosted/core/ObjectFactory.h
Normal file
@ -0,0 +1,12 @@
|
||||
#ifndef MISSION_CORE_OBJECTFACTORY_H_
|
||||
#define MISSION_CORE_OBJECTFACTORY_H_
|
||||
|
||||
namespace ObjectFactory {
|
||||
|
||||
void setStatics();
|
||||
void produce(void* args);
|
||||
|
||||
};
|
||||
|
||||
|
||||
#endif /* MISSION_CORE_OBJECTFACTORY_H_ */
|
Reference in New Issue
Block a user