Rename prop linked list symbols and functions

This commit is contained in:
Ryan Dwyer
2021-01-08 08:10:30 +10:00
parent 80c09d12f0
commit e8e2e2d131
25 changed files with 125 additions and 125 deletions
+5 -5
View File
@@ -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);