#include <string>
#include <vector>
#include "CSTypes.h"
#include "SDLMain.h"
#include "CSAnimation.h"
Go to the source code of this file.
Data Structures | |
class | CSTileData |
class | CSTile |
class | CSTileLoader |
Typedefs | |
typedef std::vector< CSTile * > | CSTiles |
|
Definition at line 16 of file CSTile.h. Referenced by CSSprite::checkCollision(), CSSprite::checkCollisionPixels(), CSGame::checkCollisions(), CSSprite::getCollidingTiles(), and CSTileMap::getTouchingTiles(). |