diff options
author | bonmas14 <bonmas14@gmail.com> | 2025-08-04 16:08:22 +0000 |
---|---|---|
committer | bonmas14 <bonmas14@gmail.com> | 2025-08-04 16:08:22 +0000 |
commit | b16ca14911ad5df44ae499eed2d90c3ca2da4eb0 (patch) | |
tree | 685d64ea40f66b72c994bcfd3de0c5015a9cf36a /src/ungrateful.c | |
parent | ed1cab483e49e29396178a33dea51773aa770855 (diff) | |
download | ungrateful-b16ca14911ad5df44ae499eed2d90c3ca2da4eb0.tar.gz ungrateful-b16ca14911ad5df44ae499eed2d90c3ca2da4eb0.zip |
Vecs and tests
Diffstat (limited to 'src/ungrateful.c')
-rw-r--r-- | src/ungrateful.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/ungrateful.c b/src/ungrateful.c index 6bfd381..61d8185 100644 --- a/src/ungrateful.c +++ b/src/ungrateful.c @@ -3,6 +3,11 @@ #include "un_memory.c" #include "un_strings.c" #include "un_list.c" + #include "un_math.c" + #include "un_vec.c" +#include "un_vecd.c" +#include "un_vecr.c" + #include "un_splines.c" |