diff options
author | Clyne Sullivan <tullivan99@gmail.com> | 2015-10-08 09:12:18 -0400 |
---|---|---|
committer | Clyne Sullivan <tullivan99@gmail.com> | 2015-10-08 09:12:18 -0400 |
commit | c88533e59e961a029f6bb4777932434a9ca517f4 (patch) | |
tree | 96a384874d8e9f49becc989fcc535f8d511a0c34 /include/common.h | |
parent | 6e9eda2e22e79a90395387f4014c975044ea8d05 (diff) | |
parent | edf746b79c8646c2c21c04997d23c94c1ee8adcd (diff) |
merge
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{ |