Recast  1
Game with custom magic
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Pages
EntityType.h
Go to the documentation of this file.
1 
8 #ifndef RECAST_SERVER_ENTITYTYPE_H
9 #define RECAST_SERVER_ENTITYTYPE_H
10 
11 enum EntityType {
12  UNKN = 3,
13  MOB = 0,
14  FIREBALL = 1,
15  SPELL = 2
16 };
17 
18 #endif //RECAST_SERVER_ENTITYTYPE_H
Definition: EntityType.h:15
Definition: EntityType.h:14
Definition: EntityType.h:13
EntityType
Definition: EntityType.h:11
Definition: EntityType.h:12