aboutsummaryrefslogtreecommitdiff
path: root/src/libjin/Input/Event.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/libjin/Input/Event.h')
-rw-r--r--src/libjin/Input/Event.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/libjin/Input/Event.h b/src/libjin/Input/Event.h
index 9feb3a5..713b393 100644
--- a/src/libjin/Input/Event.h
+++ b/src/libjin/Input/Event.h
@@ -1,13 +1,13 @@
-#ifndef __JIN_EVENT_H
-#define __JIN_EVENT_H
+#ifndef __LIBJIN_EVENT_H
+#define __LIBJIN_EVENT_H
#include "../modules.h"
-#if JIN_MODULES_INPUT
+#if LIBJIN_MODULES_INPUT
namespace jin
{
namespace input
{
-#if JIN_INPUT_SDL
+#if LIBJIN_INPUT_SDL
#include "SDL.h"
typedef SDL_Event Event;
@@ -83,9 +83,9 @@ namespace input
}
*/
-#endif // JIN_INPUT_SDL
+#endif // LIBJIN_INPUT_SDL
} // input
} // jin
-#endif // JIN_MODULES_INPUT
+#endif // LIBJIN_MODULES_INPUT
#endif \ No newline at end of file