diff options
author | chai <chaifix@163.com> | 2018-07-28 20:53:17 +0800 |
---|---|---|
committer | chai <chaifix@163.com> | 2018-07-28 20:53:17 +0800 |
commit | 714b68bf2e6e3caf7119b40210cad291a9a349f2 (patch) | |
tree | f6ec6fa1733b627e21a3f1c28beab8affa0f9eec /libjin/Graphics | |
parent | 3fa76830d3bde5cb3c76da0cc58dd613965b98e5 (diff) |
*update
Diffstat (limited to 'libjin/Graphics')
-rw-r--r-- | libjin/Graphics/Texture.cpp | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/libjin/Graphics/Texture.cpp b/libjin/Graphics/Texture.cpp index 7349c36..4c6707d 100644 --- a/libjin/Graphics/Texture.cpp +++ b/libjin/Graphics/Texture.cpp @@ -5,13 +5,15 @@ #include "texture.h" #include "../3rdparty/stb/stb_image.h" #include "../utils/utils.h" -#include "../math/math.h" +#include "../Math/Math.h" namespace jin { namespace graphics { + using namespace jin::math; + Texture* Texture::createTexture(const char* file) { std::ifstream fs; |