#include <string>
#include <vector>
#include "SDLMain.h"
#include "CSLoadable.h"
#include "CSLog.h"
Go to the source code of this file.
Data Structures | |
class | CSDisplayParams |
class | CSPictureData |
class | CSPicture |
class | CSPictureLoader |
class | CSPictureDirectLoader |
Typedefs | |
typedef std::vector< CSPicture * > | CSPictures |
Variables | |
const int | RLE_YES = 1 |
const int | RLE_NO = 0 |
const int | RLE_PERHAPS = 2 |
|
Definition at line 22 of file CSPicture.h. Referenced by CSAnimation::CSAnimation(). |
|
Definition at line 40 of file CSPicture.h. |
|
Definition at line 41 of file CSPicture.h. |
|
Definition at line 42 of file CSPicture.h. Referenced by CSPictureData::CSPictureData(). |