aboutsummaryrefslogtreecommitdiff
path: root/src/vector2.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/vector2.hpp')
-rw-r--r--src/vector2.hpp4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/vector2.hpp b/src/vector2.hpp
index ccfa75b..223a59b 100644
--- a/src/vector2.hpp
+++ b/src/vector2.hpp
@@ -1,5 +1,4 @@
-#ifndef VECTOR2_HPP
-#define VECTOR2_HPP
+#pragma once
#include <memory>
@@ -59,4 +58,3 @@ private:
unsigned int _y;
};
-#endif