#include <vector>
#include <string>
Go to the source code of this file.
Compounds | |
| struct | _SCI |
| A structure for the SCI. More... | |
| class | SpriteCache |
| A class to maintain the sprite cache. More... | |
Typedefs | |
| typedef _SCI | SpriteCacheInfo |
| A structure for the SCI. | |
|
|
A structure for the SCI. SCI means SpriteCache Information It stores a name of the surface and a pointer to that surface. |
1.3-rc1