diff options
Diffstat (limited to 'src/libjin/Input/Mouse.cpp')
-rw-r--r-- | src/libjin/Input/Mouse.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
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 |