diff options
author | chai <chaifix@163.com> | 2018-10-29 08:27:51 +0800 |
---|---|---|
committer | chai <chaifix@163.com> | 2018-10-29 08:27:51 +0800 |
commit | aca962d7ce3d404671cace2a82b04ff937375009 (patch) | |
tree | ec315ef9df3dbd971bc914dae689e97cf9cf31ff /src/libjin/Graphics/je_graphics.h | |
parent | 297c78319e6bd891f27f9546334feedc030fc0a7 (diff) |
*修改代码结构
Diffstat (limited to 'src/libjin/Graphics/je_graphics.h')
-rw-r--r-- | src/libjin/Graphics/je_graphics.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/src/libjin/Graphics/je_graphics.h b/src/libjin/Graphics/je_graphics.h index e2e9a2d..bef72c0 100644 --- a/src/libjin/Graphics/je_graphics.h +++ b/src/libjin/Graphics/je_graphics.h @@ -11,13 +11,13 @@ #include "je_bitmap.h" #include "je_image.h" -#include "shader/je_shader.h" +#include "shaders/je_shader.h" -#include "font/je_ttf.h" -#include "font/je_text.h" -#include "font/je_texture_font.h" +#include "fonts/je_ttf.h" +#include "fonts/je_text.h" +#include "fonts/je_texture_font.h" -#include "particle/je_particle_system.h" +#include "particles/je_particle_system.h" #endif // defined(jin_graphics) #endif // __JE_GRAPHICS_H
\ No newline at end of file |