9 #ifndef TurtleBrains_TiledMapLoader_hpp
10 #define TurtleBrains_TiledMapLoader_hpp
12 #include <turtle_brains/core/tb_string.hpp>
13 #include <turtle_brains/game/tb_tile_system.hpp>
19 namespace Unstable {
class EntityFactoryInterface; };
37 bool LoadTileSystemFromTiled(TileSystem& tileSystem, Unstable::EntityFactoryInterface& entityFactory,
const tbCore::tbString& tiledFilepath);
Definition: tb_tile_system.hpp:90
Here is some information about the primary namespace.
Definition: tb_application_dialog.hpp:21
std::string tbString
Definition: tb_string.hpp:335
This is the heart of TurtleBrains for game developers to create GameScenes and Entities to interact w...