diff options
Diffstat (limited to 'src/libjin/Input/Mouse.h')
-rw-r--r-- | src/libjin/Input/Mouse.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/src/libjin/Input/Mouse.h b/src/libjin/Input/Mouse.h index 9f6bf5d..25dd4c3 100644 --- a/src/libjin/Input/Mouse.h +++ b/src/libjin/Input/Mouse.h @@ -1,7 +1,7 @@ -#ifndef __JIN_MOUSE_H -#define __JIN_MOUSE_H +#ifndef __LIBJIN_MOUSE_H +#define __LIBJIN_MOUSE_H #include "../modules.h" -#ifdef JIN_MODULES_INPUT +#ifdef LIBJIN_MODULES_INPUT #include "../Common/Singleton.hpp" @@ -27,5 +27,5 @@ namespace input } // input } // jin -#endif // JIN_MODULES_INPUT -#endif // __JIN_MOUSE_H
\ No newline at end of file +#endif // LIBJIN_MODULES_INPUT +#endif // __LIBJIN_MOUSE_H
\ No newline at end of file |