aboutsummaryrefslogtreecommitdiff
path: root/src/ctrl/mouse.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/ctrl/mouse.hpp')
-rw-r--r--src/ctrl/mouse.hpp6
1 files changed, 3 insertions, 3 deletions
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