diff options
Diffstat (limited to 'src/libjin/Input/je_mouse.h')
-rw-r--r-- | src/libjin/Input/je_mouse.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/libjin/Input/je_mouse.h b/src/libjin/Input/je_mouse.h index bd25e9c..29038ec 100644 --- a/src/libjin/Input/je_mouse.h +++ b/src/libjin/Input/je_mouse.h @@ -1,7 +1,7 @@ #ifndef __JE_MOUSE_H #define __JE_MOUSE_H #include "../core/je_configuration.h" -#ifdef LIBJIN_MODULES_INPUT +#if defined(jin_input) #include "../common/je_singleton.hpp" @@ -44,6 +44,6 @@ namespace JinEngine } // namespace Input } // namespace JinEngine -#endif // LIBJIN_MODULES_INPUT +#endif // defined(jin_input) #endif // __JE_MOUSE_H
\ No newline at end of file |