aboutsummaryrefslogtreecommitdiff
path: root/src/libjin/input/mouse.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/libjin/input/mouse.cpp')
-rw-r--r--src/libjin/input/mouse.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/libjin/input/mouse.cpp b/src/libjin/input/mouse.cpp
index e284f78..892d140 100644
--- a/src/libjin/input/mouse.cpp
+++ b/src/libjin/input/mouse.cpp
@@ -1,5 +1,5 @@
#include "../modules.h"
-#ifdef JIN_MODULES_INPUT
+#ifdef LIBJIN_MODULES_INPUT
#include "SDL.h"
#include "Mouse.h"
@@ -11,9 +11,9 @@ namespace input
void Mouse::getState(int* x, int* y)
{
- #ifdef JIN_INPUT_SDL
+ #ifdef LIBJIN_INPUT_SDL
SDL_GetMouseState(x, y);
- #endif // JIN_INPUT_SDL
+ #endif // LIBJIN_INPUT_SDL
}
void Mouse::setVisible(bool visible)
@@ -24,4 +24,4 @@ namespace input
} // input
} // jin
-#endif // JIN_MODULES_INPUT \ No newline at end of file
+#endif // LIBJIN_MODULES_INPUT \ No newline at end of file