simple mode implemented

This commit is contained in:
2021-06-30 15:18:41 +02:00
parent 4c879fc768
commit 4f2b422711
18 changed files with 125 additions and 55 deletions

View File

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