TurtleBrains  0.3.1
High quality, portable, C++ framework for rapid 2D 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...
Here is some information about the primary namespace.
Definition: tb_application_dialog.h:21
std::string tbString
Definition: tb_string.h:335