From 07770f3ad369ff47386310b731d349f7af1fe0d9 Mon Sep 17 00:00:00 2001 From: chai Date: Sun, 21 Oct 2018 16:21:16 +0800 Subject: =?UTF-8?q?*=E4=BF=AE=E6=94=B9=E7=BC=96=E8=AF=91=E6=8E=A7=E5=88=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/libjin/Input/je_event.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/libjin/Input/je_event.h') diff --git a/src/libjin/Input/je_event.h b/src/libjin/Input/je_event.h index 2e87dc9..126d0f6 100644 --- a/src/libjin/Input/je_event.h +++ b/src/libjin/Input/je_event.h @@ -1,13 +1,13 @@ #ifndef __JE_EVENT_H #define __JE_EVENT_H #include "../core/je_configuration.h" -#if LIBJIN_MODULES_INPUT +#if defined(jin_input) namespace JinEngine { namespace Input { - #if LIBJIN_INPUT_SDL + #if jin_input == jin_input_sdl #include "SDL.h" typedef SDL_Event Event; @@ -112,10 +112,10 @@ namespace JinEngine } */ - #endif // LIBJIN_INPUT_SDL + #endif // jin_input == jin_input_sdl } // namespace Input } // namespace JinEngine -#endif // LIBJIN_MODULES_INPUT +#endif // defined(jin_input) #endif // __JE_EVENT_H \ No newline at end of file -- cgit v1.1-26-g67d0