mirror of
https://github.com/ACreTeam/ac-decomp
synced 2026-05-23 06:34:18 -04:00
Implement & link gamealloc.c
This commit is contained in:
@@ -21,6 +21,8 @@ typedef struct gameAlloc_s {
|
||||
/* 0x10 */ GameAllocList* tail;
|
||||
} GameAlloc;
|
||||
|
||||
extern void* gamealloc_malloc(GameAlloc* gamealloc, size_t size);
|
||||
|
||||
#ifdef __cplusplus
|
||||
};
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user