diff options
Diffstat (limited to 'src/libjin/Input')
-rw-r--r-- | src/libjin/Input/Event.cpp | 2 | ||||
-rw-r--r-- | src/libjin/Input/Event.h | 6 | ||||
-rw-r--r-- | src/libjin/Input/Joypad.h | 4 | ||||
-rw-r--r-- | src/libjin/Input/Keyboard.h | 4 | ||||
-rw-r--r-- | src/libjin/Input/Mouse.cpp | 4 | ||||
-rw-r--r-- | src/libjin/Input/Mouse.h | 4 |
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 |