![]() |
Cytopia
0.3
A city building simulation game
|
#include <Sprite.hxx>
Public Attributes | |
SDL_Texture * | texture = nullptr |
SDL_Rect | clipRect {0, 0, 0, 0} |
SDL_Rect | destRect {0, 0, 0, 0} |
unsigned char | alpha = 255 |
Definition at line 10 of file Sprite.hxx.
unsigned char SpriteData::alpha = 255 |
Definition at line 15 of file Sprite.hxx.
SDL_Rect SpriteData::clipRect {0, 0, 0, 0} |
Definition at line 13 of file Sprite.hxx.
SDL_Rect SpriteData::destRect {0, 0, 0, 0} |
Definition at line 14 of file Sprite.hxx.
SDL_Texture* SpriteData::texture = nullptr |
Definition at line 12 of file Sprite.hxx.