diff options
Diffstat (limited to 'include/common.h')
-rw-r--r-- | include/common.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/common.h b/include/common.h index ed2ed9e..b7c13e7 100644 --- a/include/common.h +++ b/include/common.h @@ -17,7 +17,8 @@ typedef struct { float x; float y; }vec2; enum _TYPE { //these are the main types of entities STRUCTURET = -1, PLAYERT = 0, - NPCT = 1 + NPCT = 1, + MOBT = 2 }; enum GENDER{ |