mirror of
https://gitlab.com/ryandwyer/perfect-dark
synced 2026-09-02 01:42:31 -04:00
Attempt to decompile wallhitsTick
This commit is contained in:
@@ -8,7 +8,7 @@ extern u8 *g_GfxBuffers[3];
|
||||
|
||||
void gfxReset(void);
|
||||
Gfx *gfxGetMasterDisplayList(void);
|
||||
struct gfxvtx *gfxAllocateVertices(s32 count);
|
||||
struct gfxvtx *gfxAllocateVertices(u32 count);
|
||||
void *gfxAllocateMatrix(void);
|
||||
void *gfxAllocateLookAt(s32 count);
|
||||
void *gfxAllocateColours(s32 count);
|
||||
|
||||
@@ -13,7 +13,7 @@ bool chrIsUsingPaintball(struct chrdata *chr);
|
||||
void func0f13e5c8(struct prop *prop);
|
||||
void func0f13e640(struct wallhit *wallhit, u32 arg1);
|
||||
u32 func0f13e744(void);
|
||||
u32 func0f13e994(void);
|
||||
void func0f13e994(void);
|
||||
void wallhitsTick(void);
|
||||
|
||||
void wallhitCreate(struct coord *arg0, struct coord *arg1, struct coord *arg2, u32 arg3,
|
||||
|
||||
Reference in New Issue
Block a user