diff options
author | chai <chaifix@163.com> | 2018-10-25 00:50:35 +0800 |
---|---|---|
committer | chai <chaifix@163.com> | 2018-10-25 00:50:35 +0800 |
commit | f889c9c20fc09f26eb8a70674c1d60181835c38a (patch) | |
tree | 4c5a994a8494595b6a94c1ac135d1e0646ac621d /src/libjin/Graphics/je_bitmap.h | |
parent | d8d7963b9b658799b806d516bbd6b44c4baa28f8 (diff) |
*修改项目结构
Diffstat (limited to 'src/libjin/Graphics/je_bitmap.h')
-rw-r--r-- | src/libjin/Graphics/je_bitmap.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/libjin/Graphics/je_bitmap.h b/src/libjin/Graphics/je_bitmap.h index 8f0c30d..9d10106 100644 --- a/src/libjin/Graphics/je_bitmap.h +++ b/src/libjin/Graphics/je_bitmap.h @@ -3,7 +3,8 @@ #include "../core/je_configuration.h" #if defined(jin_graphics) -#include "../3rdparty/GLee/GLee.h" +#include "GLee/GLee.h" + #include "../common/je_types.h" #include "../math/je_vector2.hpp" |