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
32
namespace
tbGraphics
=
TurtleBrains::Graphics
;
33
34
#endif
/* _TurtleBrains_GifExporter_h_ */
TurtleBrains::Graphics::GifPerformCapture
void GifPerformCapture(const float deltaTime, const bool toggleCaptureState)
TurtleBrains::Graphics
Give the GameScene and Entities something to display, Text, Sprites and AnimatedSprites help bring th...
TurtleBrains
Contains all functions, classes and helpers related to game/application development written by Tim "B...
Definition:
tb_application_dialog.h:21
source
graphics
tb_gif_exporter.h
Generated on Fri Oct 28 2016 17:59:29 for TurtleBrains by
1.8.9.1