From 54354e32c6498cc7f8839ab4deb1208d37216cc5 Mon Sep 17 00:00:00 2001 From: omniscient <17525998+omnisci3nce@users.noreply.github.com> Date: Sat, 5 Oct 2024 12:43:38 +1000 Subject: Begin simplifying project structure and removing examples --- new_src/maths.c | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 new_src/maths.c (limited to 'new_src/maths.c') diff --git a/new_src/maths.c b/new_src/maths.c new file mode 100644 index 0000000..3ad1e2e --- /dev/null +++ b/new_src/maths.c @@ -0,0 +1,3 @@ +#include + +Vec3 Vec3_Create(f32 x, f32 y, f32 z) { return (Vec3){ x, y, z }; } -- cgit v1.2.3-70-g09d2