summaryrefslogtreecommitdiff
path: root/gfx/models/texture.cpp
diff options
context:
space:
mode:
authorDan Goodliffe <dan@randomdan.homeip.net>2021-11-25 23:52:10 +0000
committerDan Goodliffe <dan@randomdan.homeip.net>2021-11-25 23:52:10 +0000
commit6744952e310e828ea29adeabd58b281cf2172c2f (patch)
tree650db366121e99d2f57ee8f7e093295b324b55a9 /gfx/models/texture.cpp
parentAlways build ilt library shared (diff)
downloadilt-6744952e310e828ea29adeabd58b281cf2172c2f.tar.bz2
ilt-6744952e310e828ea29adeabd58b281cf2172c2f.tar.xz
ilt-6744952e310e828ea29adeabd58b281cf2172c2f.zip
Include stb directly
Diffstat (limited to 'gfx/models/texture.cpp')
-rw-r--r--gfx/models/texture.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/gfx/models/texture.cpp b/gfx/models/texture.cpp
index 342f890..898f495 100644
--- a/gfx/models/texture.cpp
+++ b/gfx/models/texture.cpp
@@ -1,8 +1,8 @@
#include "texture.h"
-#include "stb_image.h"
#include <cache.h>
#include <gfx/image.h>
#include <resource.h>
+#include <stb/stb_image.h>
Cache<Texture> Texture::cachedTexture;