diff options
Diffstat (limited to 'src/libjin/Input/je_mouse.h')
-rw-r--r-- | src/libjin/Input/je_mouse.h | 6 |
1 files changed, 3 insertions, 3 deletions
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 |