Files
CosmicEngine/src/Engine/Utils/Factory/CEntityFactory.hpp

17 lines
310 B
C++
Raw Normal View History

//#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);
}*/