aboutsummaryrefslogtreecommitdiffstats
path: root/src/shader.hpp
diff options
context:
space:
mode:
authorAndy Belle-Isle <drumsetmonkey@gmail.com>2019-09-10 23:55:54 -0400
committerAndy Belle-Isle <drumsetmonkey@gmail.com>2019-09-10 23:55:54 -0400
commit2b095e30f7786526da9339ccada3aae7f2ab5df4 (patch)
tree2f1b89406e387308f7d59818963a14e0ed8c6858 /src/shader.hpp
parent2349bd2ffdd7b312c4b13e5794f12d2b7613f3b4 (diff)
Started world system
Diffstat (limited to 'src/shader.hpp')
-rw-r--r--src/shader.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/shader.hpp b/src/shader.hpp
index 8691ab0..2a93f9c 100644
--- a/src/shader.hpp
+++ b/src/shader.hpp
@@ -24,6 +24,7 @@
#include <unordered_map>
#include <GL/glew.h>
+#include <SDL2/SDL_opengl.h>
class Shader
{