From 58ad98213763348b49d8313675203b287a5442bb Mon Sep 17 00:00:00 2001 From: chai Date: Sat, 20 Oct 2018 10:13:31 +0800 Subject: =?UTF-8?q?*=E4=BF=AE=E6=94=B9=E5=A4=B4=E6=96=87=E4=BB=B6=E5=AE=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/libjin/Input/je_event.h | 4 ++-- src/libjin/Input/je_input.h | 4 ++-- src/libjin/Input/je_joypad.h | 4 ++-- src/libjin/Input/je_keyboard.h | 6 +++--- src/libjin/Input/je_mouse.h | 6 +++--- 5 files changed, 12 insertions(+), 12 deletions(-) (limited to 'src/libjin/Input') diff --git a/src/libjin/Input/je_event.h b/src/libjin/Input/je_event.h index d8ceda0..e39032e 100644 --- a/src/libjin/Input/je_event.h +++ b/src/libjin/Input/je_event.h @@ -1,5 +1,5 @@ -#ifndef __LIBJIN_EVENT_H -#define __LIBJIN_EVENT_H +#ifndef __JE_EVENT_H +#define __JE_EVENT_H #include "../core/je_configuration.h" #if LIBJIN_MODULES_INPUT diff --git a/src/libjin/Input/je_input.h b/src/libjin/Input/je_input.h index 2f6a895..8c7faf7 100644 --- a/src/libjin/Input/je_input.h +++ b/src/libjin/Input/je_input.h @@ -1,5 +1,5 @@ -#ifndef __LIBJIN_INPUT_H -#define __LIBJIN_INPUT_H +#ifndef __JE_INPUT_H +#define __JE_INPUT_H #include "je_event.h" #include "je_keyboard.h" diff --git a/src/libjin/Input/je_joypad.h b/src/libjin/Input/je_joypad.h index 570699e..a163dca 100644 --- a/src/libjin/Input/je_joypad.h +++ b/src/libjin/Input/je_joypad.h @@ -1,5 +1,5 @@ -#ifndef __LIBJIN_JOYPAD_H -#define __LIBJIN_JOYPAD_H +#ifndef __JE_JOYPAD_H +#define __JE_JOYPAD_H #include diff --git a/src/libjin/Input/je_keyboard.h b/src/libjin/Input/je_keyboard.h index 60f1169..2b9ea38 100644 --- a/src/libjin/Input/je_keyboard.h +++ b/src/libjin/Input/je_keyboard.h @@ -1,5 +1,5 @@ -#ifndef __LIBJIN_KEYBOARD_H -#define __LIBJIN_KEYBOARD_H +#ifndef __JE_KEYBOARD_H +#define __JE_KEYBOARD_H namespace jin { @@ -14,4 +14,4 @@ namespace jin } // namespace input } // namespace jin -#endif // __LIBJIN_KEYBOARD_H \ No newline at end of file +#endif // __JE_KEYBOARD_H \ No newline at end of file diff --git a/src/libjin/Input/je_mouse.h b/src/libjin/Input/je_mouse.h index e9fab42..f229ed1 100644 --- a/src/libjin/Input/je_mouse.h +++ b/src/libjin/Input/je_mouse.h @@ -1,5 +1,5 @@ -#ifndef __LIBJIN_MOUSE_H -#define __LIBJIN_MOUSE_H +#ifndef __JE_MOUSE_H +#define __JE_MOUSE_H #include "../core/je_configuration.h" #ifdef LIBJIN_MODULES_INPUT @@ -28,4 +28,4 @@ namespace jin } // namespace jin #endif // LIBJIN_MODULES_INPUT -#endif // __LIBJIN_MOUSE_H \ No newline at end of file +#endif // __JE_MOUSE_H \ No newline at end of file -- cgit v1.1-26-g67d0