aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormax-001 <maxsmits21@kpnmail.nl>2024-11-21 17:46:09 +0100
committermax-001 <maxsmits21@kpnmail.nl>2024-11-21 17:46:09 +0100
commite2280715fcf5020fd950aeeebc703c7c7fe6dfa3 (patch)
tree47589aab972d2aa2733fbc2349643066050c9f6f
parent06b778697106bacff2d2f6e52a13e9792fa55c2b (diff)
Fix: added #pragma once
-rw-r--r--src/crepe/api/Vector2.hpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/crepe/api/Vector2.hpp b/src/crepe/api/Vector2.hpp
index 46553f9..cad15f8 100644
--- a/src/crepe/api/Vector2.hpp
+++ b/src/crepe/api/Vector2.hpp
@@ -1,3 +1,5 @@
+#pragma once
+
#include "Vector2.h"
namespace crepe {