aboutsummaryrefslogtreecommitdiffstats
path: root/include/common.h
diff options
context:
space:
mode:
authordrumsetmonkey <abelleisle@roadrunner.com>2015-09-30 08:06:06 -0400
committerdrumsetmonkey <abelleisle@roadrunner.com>2015-09-30 08:06:06 -0400
commit3994d87991496a140edbb7d67ddbebb9f82f3061 (patch)
tree3c70949b941839dce37bbd6c4d1338218f911bf1 /include/common.h
parentb65f39e7f00624098e929da38bf6a87a20d073f1 (diff)
Added quest files and file for names
Diffstat (limited to 'include/common.h')
-rw-r--r--include/common.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/common.h b/include/common.h
index 0c35604..8410f58 100644
--- a/include/common.h
+++ b/include/common.h
@@ -11,7 +11,8 @@
#include <SDL2/SDL_image.h>
#include <SDL2/SDL_opengl.h>
-typedef struct { float x; float y; } vec2;
+typedef struct { float x; float y; }vec2;
+typedef struct { char* first; char* last; }_name;
enum _TYPE { //these are the main types of entities
STRUCTURET = -1,