diff options
Diffstat (limited to 'src/ungrateful.h')
-rw-r--r-- | src/ungrateful.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/ungrateful.h b/src/ungrateful.h index f9b2234..a3918aa 100644 --- a/src/ungrateful.h +++ b/src/ungrateful.h @@ -171,6 +171,10 @@ typedef struct double4 { double x, y, z, w; } double4; #define un_vec_unwrap3(vec) (vec).x, (vec).y, (vec).z #define un_vec_unwrap4(vec) (vec).x, (vec).y, (vec).z, (vec).w +/* ---- Default ---- */ + +extern void un_init(u64 size_of_temp_mem); + /* ---- Memory Allocators API ---- */ typedef enum { |