repaired q7s build/includes

This commit is contained in:
2021-02-14 14:59:43 +01:00
parent f64d707f4c
commit 313f7f6ec1
4 changed files with 89 additions and 79 deletions

View File

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