TurtleBrains
0.3.1
High quality, portable, C++ framework for rapid 2D game development.
tb_game_kit.h
1
15
#ifndef _TurtleBrains_GameKit_h_
16
#define _TurtleBrains_GameKit_h_
17
18
#include "game/tb_game_scene.h"
19
#include "game/tb_entity.h"
20
#include "game/tb_entity_behavior_interface.h"
21
#include "game/tb_game_application.h"
22
#include "game/tb_tile_system.h"
23
#include "game/tb_game_timer.h"
24
#include "game/tb_input_action.h"
25
26
#include "game/extensions/tiled_map_loader.h"
27
28
#endif
/* _TurtleBrains_GameKit_h_ */
source
tb_game_kit.h
Generated on Mon Dec 18 2017 08:46:24 for TurtleBrains by
1.8.9.1