diff options
Diffstat (limited to 'src/libjin/Input/Mouse.cpp')
-rw-r--r-- | src/libjin/Input/Mouse.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/libjin/Input/Mouse.cpp b/src/libjin/Input/Mouse.cpp index 98c4a39..a3c8e27 100644 --- a/src/libjin/Input/Mouse.cpp +++ b/src/libjin/Input/Mouse.cpp @@ -11,12 +11,12 @@ namespace input void Mouse::getState(int* x, int* y) { -#ifdef JIN_INPUT_SDL + #ifdef JIN_INPUT_SDL SDL_GetMouseState(x, y); -#endif // JIN_INPUT_SDL + #endif // JIN_INPUT_SDL } } // input } // jin -#endif // JIN_MODULES_INPUT
\ No newline at end of file +#endif // JIN_MODULES_INPUT
\ No newline at end of file |