#include <string>
#include <vector>
#include "CSTypes.h"
#include "CSAnimation.h"
Go to the source code of this file.
Data Structures | |
class | CSActionData |
class | ActionState |
class | CSAction |
class | CSActionLoader |
Typedefs | |
typedef std::vector< CSAction * > | CSActions |
Variables | |
const int | NORTH_ACTION = 0 |
const int | SOUTH_ACTION = 1 |
const int | WEST_ACTION = 2 |
const int | EAST_ACTION = 3 |
const int | STAY_ACTION = 4 |
|
Definition at line 20 of file CSAction.h. |
|
Definition at line 14 of file CSAction.h. |
|
Definition at line 15 of file CSAction.h. |
|
Definition at line 16 of file CSAction.h. |
|
Definition at line 17 of file CSAction.h. |
|
Definition at line 18 of file CSAction.h. |