diff options
author | Andy Belle-Isle <drumsetmonkey@gmail.com> | 2019-10-06 04:07:50 -0400 |
---|---|---|
committer | Andy Belle-Isle <drumsetmonkey@gmail.com> | 2019-10-06 04:07:50 -0400 |
commit | 17ae15b41c5ec912c36956dbc38e5a95af0ac648 (patch) | |
tree | b1c3064f6c63e7dceb5e0cfcd04150628d72f49e /src/texture.hpp | |
parent | 1a909087ddfdfe3b947c65b07287a08a40f119ce (diff) |
Started working on reading collision maps for worlds
Diffstat (limited to 'src/texture.hpp')
-rw-r--r-- | src/texture.hpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/texture.hpp b/src/texture.hpp index 3daebbd..b03d649 100644 --- a/src/texture.hpp +++ b/src/texture.hpp @@ -20,8 +20,6 @@ #ifndef TEXTURE_HPP_ #define TEXTURE_HPP_ -#include <soil/SOIL.h> - #include <sol/sol.hpp> #include <GL/glew.h> |