diff options
| author | fschildt <florian.schildt@protonmail.com> | 2025-09-29 16:12:03 +0200 | 
|---|---|---|
| committer | fschildt <florian.schildt@protonmail.com> | 2025-09-29 16:12:03 +0200 | 
| commit | 41c2e2ecfcccf62b3c646980dd283848e33a8134 (patch) | |
| tree | bb5764261560445f6348c5806a6f77b7aa19b740 /src/basic/math.hpp | |
| parent | 9d72ed2d5801b1506158082f08bd0b47e58db17f (diff) | |
main: minor refactor
Diffstat (limited to 'src/basic/math.hpp')
| -rw-r--r-- | src/basic/math.hpp | 5 | 
1 files changed, 5 insertions, 0 deletions
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 <basic/defs.hpp> +#include <cstddef> +#include <cstdint> + +  struct V2ST {      size_t x;      size_t y;  | 
