aboutsummaryrefslogtreecommitdiff
path: root/src/ungrateful.h
diff options
context:
space:
mode:
authorbonmas14 <bonmas14@gmail.com>2025-09-28 17:53:03 +0000
committerbonmas14 <bonmas14@gmail.com>2025-09-28 17:53:03 +0000
commit30751aece04ba8954513bbb7aca996244e6fa684 (patch)
treec40dfac95dd3c0766656324c45465f0375061b5d /src/ungrateful.h
parent3ad95773ae4f963435003c260278177f1e22577e (diff)
downloadungrateful-30751aece04ba8954513bbb7aca996244e6fa684.tar.gz
ungrateful-30751aece04ba8954513bbb7aca996244e6fa684.zip
changes
Diffstat (limited to 'src/ungrateful.h')
-rw-r--r--src/ungrateful.h4
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 {