aboutsummaryrefslogtreecommitdiff
path: root/src/ctrl
diff options
context:
space:
mode:
Diffstat (limited to 'src/ctrl')
-rw-r--r--src/ctrl/keyboard.hpp6
-rw-r--r--src/ctrl/mouse.hpp6
2 files changed, 6 insertions, 6 deletions
diff --git a/src/ctrl/keyboard.hpp b/src/ctrl/keyboard.hpp
index c8ab983..f7bdf3d 100644
--- a/src/ctrl/keyboard.hpp
+++ b/src/ctrl/keyboard.hpp
@@ -1,5 +1,5 @@
-#ifndef CTRL_KEYBOARD_H
-#define CTRL_KEYBOARD_H
+#ifndef CTRL_KEYBOARD_HPP
+#define CTRL_KEYBOARD_HPP
#include <cstdint>
#include "math/vector.hpp"
@@ -49,4 +49,4 @@ class Keyboard {
}
-#endif // CTRL_KEYBOARD_H
+#endif // CTRL_KEYBOARD_HPP
diff --git a/src/ctrl/mouse.hpp b/src/ctrl/mouse.hpp
index 8973499..5c7af80 100644
--- a/src/ctrl/mouse.hpp
+++ b/src/ctrl/mouse.hpp
@@ -1,5 +1,5 @@
-#ifndef CTRL_MOUSE_H
-#define CTRL_MOUSE_H
+#ifndef CTRL_MOUSE_HPP
+#define CTRL_MOUSE_HPP
#include "math/vector.hpp"
@@ -20,4 +20,4 @@ class Mouse {
}
-#endif // CTRL_MOUSE_H
+#endif // CTRL_MOUSE_HPP