diff options
author | Clyne Sullivan <tullivan99@gmail.com> | 2015-09-28 08:50:24 -0400 |
---|---|---|
committer | Clyne Sullivan <tullivan99@gmail.com> | 2015-09-28 08:50:24 -0400 |
commit | 7125200e83a9255b8da6745b4a457996705bf263 (patch) | |
tree | 52d51815c7112f5195326620ef81907f0147c743 /include/common.h | |
parent | 82727d2d50d6a71cd5e9d5a7c00fa41888a39eb7 (diff) | |
parent | 113bb97e4ce7db5bc275e0dccf7c790c86cda5d7 (diff) |
improvements ;)
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 aa175bc..922dd59 100644 --- a/include/common.h +++ b/include/common.h @@ -10,7 +10,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; +enum _TYPE {STRUCTURET = -1, PLAYERT = 0, NPCT = 1}; #include <entities.h> |