From 4798e70dcbbedb55de8e9f8e321e8fad7b9783f6 Mon Sep 17 00:00:00 2001 From: chai Date: Sat, 8 Sep 2018 13:09:06 +0800 Subject: *update --- src/libjin/Input/Event.h | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'src/libjin/Input/Event.h') diff --git a/src/libjin/Input/Event.h b/src/libjin/Input/Event.h index 9feb3a5..713b393 100644 --- a/src/libjin/Input/Event.h +++ b/src/libjin/Input/Event.h @@ -1,13 +1,13 @@ -#ifndef __JIN_EVENT_H -#define __JIN_EVENT_H +#ifndef __LIBJIN_EVENT_H +#define __LIBJIN_EVENT_H #include "../modules.h" -#if JIN_MODULES_INPUT +#if LIBJIN_MODULES_INPUT namespace jin { namespace input { -#if JIN_INPUT_SDL +#if LIBJIN_INPUT_SDL #include "SDL.h" typedef SDL_Event Event; @@ -83,9 +83,9 @@ namespace input } */ -#endif // JIN_INPUT_SDL +#endif // LIBJIN_INPUT_SDL } // input } // jin -#endif // JIN_MODULES_INPUT +#endif // LIBJIN_MODULES_INPUT #endif \ No newline at end of file -- cgit v1.1-26-g67d0