diff options
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 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, |