TurtleBrains  0.2.1
High quality, portable, C++ API for native application and game development.
tb_gif_exporter.h
1 
8 #ifndef _TurtleBrains_GifExporter_h_
9 #define _TurtleBrains_GifExporter_h_
10 
11 namespace TurtleBrains
12 {
13  namespace Graphics
14  {
22  void GifPerformCapture(const float deltaTime, const bool toggleCaptureState);
23 
27  void GifCaptureCleanup(void);
28 
29  }; /* namespace Graphics */
30 }; /* namespace TurtleBrains */
31 
33 
34 #endif /* _TurtleBrains_GifExporter_h_ */
void GifPerformCapture(const float deltaTime, const bool toggleCaptureState)
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