Public Member Functions | |
SpriteDisplay (int xpos, int ypos, Graphics::FLIP_FLAGS f, Graphics::Surface *ptr, int w=-1, int h=1, bool free=false, byte trans=255) | |
Public Attributes | |
int | x |
int | y |
int | width |
int | height |
bool | freeAfterUse |
Graphics::FLIP_FLAGS | flip |
Graphics::Surface * | surface |
byte | transparency |