Implement & link gamealloc.c

This commit is contained in:
Cuyler36
2023-05-31 05:55:14 -04:00
parent 60a7b656aa
commit 6ded207d0d
3 changed files with 59 additions and 0 deletions
+2
View File
@@ -21,6 +21,8 @@ typedef struct gameAlloc_s {
/* 0x10 */ GameAllocList* tail;
} GameAlloc;
extern void* gamealloc_malloc(GameAlloc* gamealloc, size_t size);
#ifdef __cplusplus
};
#endif