diff options
author | Omniscient <omniscient.oce@gmail.com> | 2024-10-05 13:55:05 +1000 |
---|---|---|
committer | Omniscient <omniscient.oce@gmail.com> | 2024-10-05 13:55:05 +1000 |
commit | 2c1a7d7f293c26d631e15cf4cbec542ac50994aa (patch) | |
tree | 5180c14d347717779db1583f3432a094e082cb84 /new_src/maths.c | |
parent | 034028807665e84f7c62de5901a3d82c8b5e880e (diff) |
rename source folnder
Diffstat (limited to 'new_src/maths.c')
-rw-r--r-- | new_src/maths.c | 3 |
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 }; } |