aboutsummaryrefslogtreecommitdiff
path: root/src/libjin/input
diff options
context:
space:
mode:
Diffstat (limited to 'src/libjin/input')
-rw-r--r--src/libjin/input/event.cpp2
-rw-r--r--src/libjin/input/event.h6
-rw-r--r--src/libjin/input/joypad.h4
-rw-r--r--src/libjin/input/keyboard.h4
-rw-r--r--src/libjin/input/mouse.cpp4
-rw-r--r--src/libjin/input/mouse.h4
6 files changed, 12 insertions, 12 deletions
diff --git a/src/libjin/input/event.cpp b/src/libjin/input/event.cpp
index 3edff01..c8eb78c 100644
--- a/src/libjin/input/event.cpp
+++ b/src/libjin/input/event.cpp
@@ -4,4 +4,4 @@
namespace jin
{
-} // jin \ No newline at end of file
+} // namespace jin \ No newline at end of file
diff --git a/src/libjin/input/event.h b/src/libjin/input/event.h
index 9a31c06..af2ced2 100644
--- a/src/libjin/input/event.h
+++ b/src/libjin/input/event.h
@@ -98,8 +98,8 @@ namespace jin
*/
#endif // LIBJIN_INPUT_SDL
- } // input
- } // jin
+ } // namespace input
+} // namespace jin
- #endif // LIBJIN_MODULES_INPUT
+#endif // LIBJIN_MODULES_INPUT
#endif \ No newline at end of file
diff --git a/src/libjin/input/joypad.h b/src/libjin/input/joypad.h
index 50cbe01..570699e 100644
--- a/src/libjin/input/joypad.h
+++ b/src/libjin/input/joypad.h
@@ -44,7 +44,7 @@ namespace jin
}
}
- } // input
-} // jin
+ } // namespace input
+} // namespace jin
#endif \ No newline at end of file
diff --git a/src/libjin/input/keyboard.h b/src/libjin/input/keyboard.h
index b50302c..60f1169 100644
--- a/src/libjin/input/keyboard.h
+++ b/src/libjin/input/keyboard.h
@@ -11,7 +11,7 @@ namespace jin
};
- } // input
-} // jin
+ } // namespace input
+} // namespace jin
#endif // __LIBJIN_KEYBOARD_H \ No newline at end of file
diff --git a/src/libjin/input/mouse.cpp b/src/libjin/input/mouse.cpp
index 3869337..9fcb4ee 100644
--- a/src/libjin/input/mouse.cpp
+++ b/src/libjin/input/mouse.cpp
@@ -21,7 +21,7 @@ namespace jin
SDL_ShowCursor(visible ? SDL_ENABLE : SDL_DISABLE);
}
- } // input
-} // jin
+ } // namespace input
+} // namespace jin
#endif // LIBJIN_MODULES_INPUT \ No newline at end of file
diff --git a/src/libjin/input/mouse.h b/src/libjin/input/mouse.h
index 29d730b..5f77f0d 100644
--- a/src/libjin/input/mouse.h
+++ b/src/libjin/input/mouse.h
@@ -24,8 +24,8 @@ namespace jin
};
- } // input
-} // jin
+ } // namespace input
+} // namespace jin
#endif // LIBJIN_MODULES_INPUT
#endif // __LIBJIN_MOUSE_H \ No newline at end of file