TurtleBrains  0.2.1
High quality, portable, C++ API for native application and game development.
tb_texture_packer_loader.h
1 
14 #ifndef _TurtleBrains_TexturePackerLoader_h_
15 #define _TurtleBrains_TexturePackerLoader_h_
16 
17 #include "../../core/tb_string.h"
18 
19 namespace TurtleBrains
20 {
21  namespace Graphics
22  {
23  namespace Extensions
24  {
25 
29  bool LoadSpriteSheetFromTexturePacker(const tbCore::tbString& spriteSheetName, const tbCore::tbString& texturePackerFile);
30 
31  }; /* namespace Extensions */
32  }; /* namespace Graphics */
33 }; /* namespace TurtleBrains */
34 
36 
37 #endif /* _TurtleBrains_TexturePackerLoader_h_ */
Give the GameScene and Entities something to display, Text, Sprites and AnimatedSprites help bring th...
Contains all functions, classes and helpers related to game/application development written by Tim "B...
Definition: tb_application_dialog.h:21
std::string tbString
Definition: tb_string.h:293