summaryrefslogtreecommitdiff
path: root/new_src/maths.c
diff options
context:
space:
mode:
Diffstat (limited to 'new_src/maths.c')
-rw-r--r--new_src/maths.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/new_src/maths.c b/new_src/maths.c
deleted file mode 100644
index 3ad1e2e..0000000
--- a/new_src/maths.c
+++ /dev/null
@@ -1,3 +0,0 @@
-#include <celeritas.h>
-
-Vec3 Vec3_Create(f32 x, f32 y, f32 z) { return (Vec3){ x, y, z }; }