diff options
author | chai <chaifix@163.com> | 2018-05-17 21:02:44 +0800 |
---|---|---|
committer | chai <chaifix@163.com> | 2018-05-17 21:02:44 +0800 |
commit | 38818e2abc0fb4e8f71f2c262f10ef5cb7fc4710 (patch) | |
tree | 5dc25dc50d0436f6e9be10d8956feed51679de95 /src/script/graphics/luaopen_Image.cpp | |
parent | 9edf2ba9fe8524976d2f298767fff0149e8c0d41 (diff) |
change file tree
Diffstat (limited to 'src/script/graphics/luaopen_Image.cpp')
-rw-r--r-- | src/script/graphics/luaopen_Image.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/script/graphics/luaopen_Image.cpp b/src/script/graphics/luaopen_Image.cpp index 6fe089f..7b9b96a 100644 --- a/src/script/graphics/luaopen_Image.cpp +++ b/src/script/graphics/luaopen_Image.cpp @@ -1,5 +1,5 @@ #include "3rdparty/luax/luax.h" -#include "libjin/render/image.h" +#include "libjin/jin.h" #include "../luaopen_types.h" using namespace jin::render; |