#include <string>
#include <vector>
#include "CSTypes.h"
#include "SDLMain.h"
#include "CSPicture.h"
Go to the source code of this file.
Data Structures | |
class | CSAnimationPicture |
class to define a single animated picture-frame, data wise -> see below More... | |
class | CSAnimationData |
class | AnimationState |
class | CSAnimation |
class | CSAnimationLoader |
Typedefs | |
typedef std::vector< CSAnimationPicture * > | CSAnimationPictures |
typedef std::vector< CSAnimation * > | CSAnimations |
Variables | |
const int | CS_NOT_REPEATABLE = 0 |
const int | CS_REPEATABLE = 1 |
const int | CS_INVERSE_ONCE = 2 |
const int | CS_INVERSE_REPEATABLE = 3 |
const int | CS_RANDOM = 4 |
(not implemented) | |
const int | ANIMATION_SPEED = 65536 |
const int | ADJUST_SPEED = 65535 |
|
Definition at line 18 of file CSAnimation.h. |
|
Definition at line 19 of file CSAnimation.h. Referenced by CSAction::CSAction(). |
|
Definition at line 21 of file CSAnimation.h. |
|
Definition at line 22 of file CSAnimation.h. |
|
Definition at line 23 of file CSAnimation.h. |
|
Definition at line 24 of file CSAnimation.h. |
|
(not implemented)
Definition at line 25 of file CSAnimation.h. |
|
Definition at line 26 of file CSAnimation.h. Referenced by AnimationState::AnimationState(), and CSAnimation::resetSpeed(). |
|
Definition at line 27 of file CSAnimation.h. Referenced by CSAnimation::adjustSpeed(). |