diff options
author | drumsetmonkey <abelleisle@roadrunner.com> | 2015-10-08 09:09:15 -0400 |
---|---|---|
committer | drumsetmonkey <abelleisle@roadrunner.com> | 2015-10-08 09:09:15 -0400 |
commit | edf746b79c8646c2c21c04997d23c94c1ee8adcd (patch) | |
tree | 10479cd0a9868a4678af8acb5ebaf8f2c4d8dc7c /include/common.h | |
parent | 281da1f81b1eef9e05e881e12d986b6b45ce8696 (diff) |
Added mob class, and basic skirl
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 3015b11..9ed4182 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{ |