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.cpp | |
parent | 1a909087ddfdfe3b947c65b07287a08a40f119ce (diff) |
Started working on reading collision maps for worlds
Diffstat (limited to 'src/texture.cpp')
-rw-r--r-- | src/texture.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/texture.cpp b/src/texture.cpp index 2870b9f..b013bef 100644 --- a/src/texture.cpp +++ b/src/texture.cpp @@ -21,6 +21,8 @@ #include "texture.hpp" +#include <soil/SOIL.h> + #include <unordered_map> #include <iostream> |