diff options
author | Andy Belle-Isle <drumsetmonkey@gmail.com> | 2019-09-10 23:55:54 -0400 |
---|---|---|
committer | Andy Belle-Isle <drumsetmonkey@gmail.com> | 2019-09-10 23:55:54 -0400 |
commit | 2b095e30f7786526da9339ccada3aae7f2ab5df4 (patch) | |
tree | 2f1b89406e387308f7d59818963a14e0ed8c6858 /src/texture.hpp | |
parent | 2349bd2ffdd7b312c4b13e5794f12d2b7613f3b4 (diff) |
Started world system
Diffstat (limited to 'src/texture.hpp')
-rw-r--r-- | src/texture.hpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/texture.hpp b/src/texture.hpp index 16987f8..4483d0f 100644 --- a/src/texture.hpp +++ b/src/texture.hpp @@ -21,7 +21,10 @@ #define TEXTURE_HPP_ #include <soil/SOIL.h> + +#include <GL/glew.h> #include <SDL2/SDL_opengl.h> + #include <string> class Texture |