diff options
-rw-r--r-- | src/crepe/api/Vector2.hpp | 2 |
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 { |