mirror of
https://gitlab.com/ryandwyer/perfect-dark
synced 2026-08-18 13:13:11 -04:00
Rename prop linked list symbols and functions
This commit is contained in:
@@ -10,9 +10,9 @@ void propShow(struct prop *prop);
|
||||
void propHide(struct prop *prop);
|
||||
struct prop *propAllocate(void);
|
||||
void propFree(struct prop *prop);
|
||||
void func0f0604bc(struct prop *prop);
|
||||
void func0f060538(struct prop *prop);
|
||||
void func0f0605c4(struct prop *prop);
|
||||
void propPrependToList1(struct prop *prop);
|
||||
void propAppendToList1(struct prop *prop);
|
||||
void propRemoveFromCurrentList(struct prop *prop);
|
||||
void propReparent(struct prop *mover, struct prop *adopter);
|
||||
void propDetach(struct prop *prop);
|
||||
Gfx *propRender(Gfx *gdl, struct prop *prop, bool withalpha);
|
||||
@@ -30,8 +30,8 @@ void func0f062b64(struct prop *prop, s32 arg1);
|
||||
struct prop *currentPlayerFindPropForInteract(bool eyespy);
|
||||
u32 func0f062dd0(void);
|
||||
bool currentPlayerInteract(bool eyespy);
|
||||
void func0f062ef8(struct prop *prop);
|
||||
void func0f062fac(struct prop *prop);
|
||||
void propPrependToList2(struct prop *prop);
|
||||
void propMoveFromList2To1(struct prop *prop);
|
||||
void func0f06302c(ubool arg0);
|
||||
void func0f063dcc(void);
|
||||
void func0f064178(struct prop *prop, s32 enable);
|
||||
|
||||
Reference in New Issue
Block a user