diff options
author | Clyne Sullivan <tullivan99@gmail.com> | 2015-09-08 18:29:24 -0400 |
---|---|---|
committer | Clyne Sullivan <tullivan99@gmail.com> | 2015-09-08 18:29:24 -0400 |
commit | f135a4a380b5ea56a876dcfef1448e01f1bebdec (patch) | |
tree | 0519d8e3507f2b439ef220413e10fca37fcd6971 /include/common.h | |
parent | 9e842f5cb8a2ab5f3774333bfa868e9982ec4bd6 (diff) | |
parent | 2a0df74f8a73427b1fe2b96ec7840e7f39178569 (diff) |
Merge branch 'master' of https://github.com/tcsullivan/gamedev
Diffstat (limited to 'include/common.h')
-rw-r--r-- | include/common.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/common.h b/include/common.h index db0824b..4b05e5d 100644 --- a/include/common.h +++ b/include/common.h @@ -8,6 +8,7 @@ #include <SDL2/SDL.h> #include <SDL2/SDL_opengl.h> #include <UIClass.h> +#include <windowClass.h> #define SCREEN_WIDTH 1280 #define SCREEN_HEIGHT 720 |