aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authordrumsetmonkey <abelleisle@roadrunner.com>2015-10-30 08:51:35 -0400
committerdrumsetmonkey <abelleisle@roadrunner.com>2015-10-30 08:51:35 -0400
commit59a2fce5a1149b076fdf49701ad729e9536c7eee (patch)
tree234dd4ecc72657f721ecac0357535b42b4e2cb70 /include
parenta75a3b2d8f0848a05b09180d9517a8016cbafdde (diff)
Added shader loading and running
Diffstat (limited to 'include')
-rw-r--r--include/common.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/include/common.h b/include/common.h
index ce176a6..359e825 100644
--- a/include/common.h
+++ b/include/common.h
@@ -20,6 +20,8 @@
#include <SDL2/SDL_opengl.h>
#include <SDL2/SDL_image.h>
#include <SDL2/SDL_mixer.h>
+#include <string>
+#include <fstream>
/*
* Include file headers
@@ -30,7 +32,7 @@
* This flag lets the compiler know that we are using shaders
*/
- #define SHADERS
+ #define SHADERSere
/*
* Create a basic 2-point structure for coordinate saving