TextSprite.h File Reference
#include "Sprite.h"
#include "Configuration.h"
#include "Font.h"

Go to the source code of this file.

Classes

class  TextSprite
 A simple text sprite to display 2d text on the screen. More...
 

Typedefs

typedef std::shared_ptr< TextSpriteTextSpritePtr
 

Typedef Documentation

typedef std::shared_ptr< TextSprite > TextSpritePtr