From edf746b79c8646c2c21c04997d23c94c1ee8adcd Mon Sep 17 00:00:00 2001
From: drumsetmonkey <abelleisle@roadrunner.com>
Date: Thu, 8 Oct 2015 09:09:15 -0400
Subject: Added mob class, and basic skirl

---
 include/common.h | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

(limited to 'include/common.h')

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{
-- 
cgit v1.2.3