From 30751aece04ba8954513bbb7aca996244e6fa684 Mon Sep 17 00:00:00 2001 From: bonmas14 Date: Sun, 28 Sep 2025 17:53:03 +0000 Subject: changes --- src/ungrateful.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/ungrateful.h') 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 { -- cgit v1.2.3-70-g09d2