#include <spritecache.h>
SCI means SpriteCache Information It stores a name of the surface and a pointer to that surface.
Definition at line 13 of file spritecache.h.
Public Attributes | |
string | name |
the name of the surface | |
Surface * | surface |
the pointer to the actual surface |
|
the name of the surface
Definition at line 15 of file spritecache.h. |
|
the pointer to the actual surface
Definition at line 18 of file spritecache.h. |