diff options
Diffstat (limited to 'src/libjin/Input')
-rw-r--r-- | src/libjin/Input/je_event.h | 4 | ||||
-rw-r--r-- | src/libjin/Input/je_input.h | 4 | ||||
-rw-r--r-- | src/libjin/Input/je_joypad.h | 4 | ||||
-rw-r--r-- | src/libjin/Input/je_keyboard.h | 6 | ||||
-rw-r--r-- | src/libjin/Input/je_mouse.h | 6 |
5 files changed, 12 insertions, 12 deletions
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 <SDL2/SDL.h> 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 |