10#ifndef gfCTileMapLevelLoaderComponenthdr
11#define gfCTileMapLevelLoaderComponenthdr
45 std::vector< fsCEntity* > entitiesCreateFromCoordsFile(
const fsStr& pLevelFolder);
47 void mapCreate(
fsStr const pMapfile);
Definition fsCEntity.h:39
Definition fsCUniqueId.h:21
fsIComponent(fsCEntity *pParent)
Definition fsIComponent.cpp:86
Definition fsISpriteComponent.h:23
static fsIComponent *const create(fsCEntity *const pParent)
Definition gfCTileMapLevelLoaderComponent.cpp:126
friend class fsCComponentFactory
Definition gfCTileMapLevelLoaderComponent.h:29
static const fsCUniqueId mTypeId
Definition gfCTileMapLevelLoaderComponent.h:35
void levelLoad(const fsStr &pLevelName, const fsStr &pLevelFolder)
Definition gfCTileMapLevelLoaderComponent.cpp:77
gfCTileMapLevelLoaderComponent(fsCEntity *pParent)
Definition gfCTileMapLevelLoaderComponent.cpp:131
virtual ~gfCTileMapLevelLoaderComponent()
Definition gfCTileMapLevelLoaderComponent.cpp:136
gfILevelLoaderComponent(fsCEntity *pParent)
Definition gfILevelLoaderComponent.cpp:240