Initial commit - restart from existing code
This commit is contained in:
17
src/Engine/Utils/Factory/CEntityFactory.hpp
Normal file
17
src/Engine/Utils/Factory/CEntityFactory.hpp
Normal file
@@ -0,0 +1,17 @@
|
||||
//#include "CEntity.fwd.hpp"
|
||||
//#include "CScene.fwd.hpp"
|
||||
|
||||
/*
|
||||
#include <string>
|
||||
|
||||
namespace CEntityFactory {
|
||||
CEntity* createCube(CScene* e);
|
||||
|
||||
CEntity* createSphere(CScene* e);
|
||||
|
||||
CEntity* createCylinder(CScene* e);
|
||||
|
||||
CEntity* createPlane(CScene* e);
|
||||
|
||||
CEntity* createReferenceAxis(CScene* e);
|
||||
}*/
|
||||
Reference in New Issue
Block a user