aboutsummaryrefslogtreecommitdiffstats
path: root/yage/core/inputmanager.h
diff options
context:
space:
mode:
Diffstat (limited to 'yage/core/inputmanager.h')
-rw-r--r--yage/core/inputmanager.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/yage/core/inputmanager.h b/yage/core/inputmanager.h
index 9fabd997..e8dd153a 100644
--- a/yage/core/inputmanager.h
+++ b/yage/core/inputmanager.h
@@ -1,5 +1,5 @@
-/* ----------------------------------------------------------------------------
- * inputmanager.h
+/** ---------------------------------------------------------------------------
+ * @file: inputmanager.h
*
* Copyright (c) 2017 Yann Herklotz Grave <ymherklotz@gmail.com>
* MIT License, see LICENSE file for more details.
@@ -24,5 +24,7 @@ public:
void keyReleased(unsigned key);
bool isKeyPressed(unsigned key) const;
};
+
} // namespace yage
+
#endif