From 41c2e2ecfcccf62b3c646980dd283848e33a8134 Mon Sep 17 00:00:00 2001 From: fschildt Date: Mon, 29 Sep 2025 16:12:03 +0200 Subject: main: minor refactor --- src/basic/math.hpp | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/basic/math.hpp') diff --git a/src/basic/math.hpp b/src/basic/math.hpp index c5b5940..a3e4b64 100644 --- a/src/basic/math.hpp +++ b/src/basic/math.hpp @@ -1,7 +1,12 @@ #pragma once + #include +#include +#include + + struct V2ST { size_t x; size_t y; -- cgit v1.2.3