From aca962d7ce3d404671cace2a82b04ff937375009 Mon Sep 17 00:00:00 2001 From: chai Date: Mon, 29 Oct 2018 08:27:51 +0800 Subject: =?UTF-8?q?*=E4=BF=AE=E6=94=B9=E4=BB=A3=E7=A0=81=E7=BB=93=E6=9E=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/libjin/Graphics/je_graphics.h | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'src/libjin/Graphics/je_graphics.h') 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 -- cgit v1.1-26-g67d0