diff options
author | bonmas14 <bonmas14@gmail.com> | 2025-08-23 01:28:41 +0300 |
---|---|---|
committer | bonmas14 <bonmas14@gmail.com> | 2025-08-23 01:28:41 +0300 |
commit | 8ebdc95621bc61fdf3c98cd7ae4ddca67398df23 (patch) | |
tree | 205413ed09ac001e37267889d429a363c37008f2 /src/ungrateful.c | |
parent | c96c355b360f18f982459e1a866dcbf5864efdb8 (diff) | |
download | ungrateful-8ebdc95621bc61fdf3c98cd7ae4ddca67398df23.tar.gz ungrateful-8ebdc95621bc61fdf3c98cd7ae4ddca67398df23.zip |
Diffstat (limited to 'src/ungrateful.c')
-rw-r--r-- | src/ungrateful.c | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/src/ungrateful.c b/src/ungrateful.c index 61d8185..5031a45 100644 --- a/src/ungrateful.c +++ b/src/ungrateful.c @@ -1,13 +1,16 @@ #include "ungrateful.h" +#if defined(OS_WINDOWS) +#include <windows.h> +#elif defined(OS_LINUX) +#endif + #include "un_memory.c" #include "un_strings.c" +#include "un_wstrings.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" |