Aolis Engine  0.1.0_alpha1
Adventure Game Engine
 All Classes Files Functions Variables
entity.h
1 #ifndef AOLIS_ENTITY
2 #define AOLIS_ENTITY
3 
4 #include "../object_sprited.h"
5 
6 class Entity : public SpritedObject {
7  public:
8 
9  private:
10 
11 };
12 
13 #endif /* AOLIS_ENTITY */