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