mirror of
https://gitlab.com/ryandwyer/perfect-dark
synced 2026-08-17 21:03:21 -04:00
Attempt to decompile titleRenderPdLogo
This commit is contained in:
@@ -8,7 +8,7 @@ void gfxInitMemory(void);
|
||||
Gfx *gfxGetMasterDisplayList(void);
|
||||
struct gfxvtx *gfxAllocateVertices(s32 count);
|
||||
void *gfxAllocateMatrix(void);
|
||||
void *gfxAllocate4Words(s32 count);
|
||||
void *gfxAllocateLookAt(s32 count);
|
||||
void *gfxAllocateColours(s32 count);
|
||||
void *gfxAllocate(u32 size);
|
||||
void gfxSwapBuffers(void);
|
||||
|
||||
Reference in New Issue
Block a user