The Game Engine
1
Main Page
Related Pages
Classes
Files
File List
File Members
Actor.h
Go to the documentation of this file.
1
#ifndef __ACTOR_H__
2
#define __ACTOR_H__
3
#include "
Animation.h
"
4
#include <SDL/SDL.h>
5
#include <vector>
6
15
class
Actor
16
{
17
public
:
18
Actor
(
Animation
*anim);
19
Actor
(std::vector<Animation*> anims);
20
Actor
(std::vector<string> anims);
21
23
unsigned
int
Frame
;
25
unsigned
int
CurrentAnimation
;
27
std::vector<Animation*>
Animations
;
28
29
protected
:
30
};
31
#endif
Actor.h
Generated on Tue Apr 16 2013 02:32:41 for The Game Engine by
1.8.3.1