From 1efdb8ab18042d9efc7c2e6addf7f414fbee5590 Mon Sep 17 00:00:00 2001 From: kotorifan Date: Tue, 21 Apr 2026 19:55:51 +0200 Subject: Added graphics functions --- src/math.h | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 src/math.h (limited to 'src/math.h') diff --git a/src/math.h b/src/math.h new file mode 100644 index 0000000..0aa9c3d --- /dev/null +++ b/src/math.h @@ -0,0 +1,4 @@ +#ifndef PHY_MATH +#define PHY_MATH + +#endif -- cgit v1.3