From 113bb97e4ce7db5bc275e0dccf7c790c86cda5d7 Mon Sep 17 00:00:00 2001 From: drumsetmonkey Date: Mon, 28 Sep 2015 08:47:43 -0400 Subject: Added enum for types and improved NPCs --- 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 aa175bc..922dd59 100644 --- a/include/common.h +++ b/include/common.h @@ -10,7 +10,8 @@ #include #include -typedef struct { float x; float y; } vec2; +typedef struct { float x; float y; } vec2; +enum _TYPE {STRUCTURET = -1, PLAYERT = 0, NPCT = 1}; #include -- cgit v1.2.3