#include <string>
#include <vector>
#include "CSTypes.h"
#include "SDLMain.h"
#include "CSTile.h"
Go to the source code of this file.
Data Structures | |
class | CSTileSetData |
class | CSTileSet |
class | CSTileSetLoader |
Typedefs | |
typedef std::vector< CSTileSet * > | CSTileSets |
Variables | |
const int | MAX_TILE = 256 |
|
Definition at line 14 of file CSTileSet.h. |
|
Definition at line 54 of file CSTileSet.h. Referenced by CSTileSet::getFreeTile(), CSTileSet::getMaxTileSize(), CSTileSet::scaleToFit(), CSTileSet::setSecPerFrame(), CSTileSet::setSolid(), and CSTileSet::~CSTileSet(). |