Decompile gfxAllocate

This commit is contained in:
Ryan Dwyer
2020-12-23 23:24:52 +10:00
parent 90adc13c2a
commit 25b44f1663
12 changed files with 31 additions and 35 deletions
+1 -1
View File
@@ -24,7 +24,7 @@ struct gfxvtx *gfxAllocateVertices(s32 count);
void *gfxAllocateMatrix(void);
void *gfxAllocate4Words(s32 count);
u32 *gfxAllocateColours(s32 count);
struct model0c *func0f1679f4(s32 arg0);
void *gfxAllocate(u32 size);
void func0f167a18(void);
#endif