From dce7b78db8a7071217b1439c4b7f6a341ce37cf1 Mon Sep 17 00:00:00 2001 From: chai Date: Wed, 17 Oct 2018 07:50:46 +0800 Subject: =?UTF-8?q?*=E6=A0=BC=E5=BC=8F=E5=8C=96=E4=BB=A3=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/libjin/Input/Event.cpp | 2 +- src/libjin/Input/Event.h | 6 +++--- src/libjin/Input/Joypad.h | 4 ++-- src/libjin/Input/Keyboard.h | 4 ++-- src/libjin/Input/Mouse.cpp | 4 ++-- src/libjin/Input/Mouse.h | 4 ++-- 6 files changed, 12 insertions(+), 12 deletions(-) (limited to 'src/libjin/Input') 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 -- cgit v1.1-26-g67d0