diff options
author | chai <chaifix@163.com> | 2018-10-21 16:21:16 +0800 |
---|---|---|
committer | chai <chaifix@163.com> | 2018-10-21 16:21:16 +0800 |
commit | 07770f3ad369ff47386310b731d349f7af1fe0d9 (patch) | |
tree | 7547b1a8b2beaceb31ea1b62edbdaa5cd6a1b247 /src/libjin/Graphics/je_graphics.h | |
parent | 066e5987c515dfc34537d73ca9d2a81ddd1f9e1b (diff) |
*修改编译控制
Diffstat (limited to 'src/libjin/Graphics/je_graphics.h')
-rw-r--r-- | src/libjin/Graphics/je_graphics.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/libjin/Graphics/je_graphics.h b/src/libjin/Graphics/je_graphics.h index 8c964c3..2ba003d 100644 --- a/src/libjin/Graphics/je_graphics.h +++ b/src/libjin/Graphics/je_graphics.h @@ -1,7 +1,7 @@ #ifndef __JE_GRAPHICS_H #define __JE_GRAPHICS_H #include "../core/je_configuration.h" -#if LIBJIN_MODULES_RENDER +#if defined(jin_graphics) #include "je_canvas.h" #include "je_color.h" @@ -17,5 +17,5 @@ #include "font/je_text.h" #include "font/je_texture_font.h" -#endif // LIBJIN_MODULES_RENDER +#endif // defined(jin_graphics) #endif // __JE_GRAPHICS_H
\ No newline at end of file |