From e2280715fcf5020fd950aeeebc703c7c7fe6dfa3 Mon Sep 17 00:00:00 2001 From: max-001 Date: Thu, 21 Nov 2024 17:46:09 +0100 Subject: Fix: added #pragma once --- src/crepe/api/Vector2.hpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/crepe/api/Vector2.hpp') 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 { -- cgit v1.2.3