Decompile currentPlayerInsertInvItem

This commit is contained in:
Ryan Dwyer
2020-02-07 17:38:51 +10:00
parent 8692aa130b
commit 2e1dfe8b06
3 changed files with 52 additions and 92 deletions
+1 -1
View File
@@ -5,7 +5,7 @@
void currentPlayerClearInventory(void);
void currentPlayerSortInvItem(struct invitem *item);
void func0f11179c(struct invitem *item);
void currentPlayerInsertInvItem(struct invitem *item);
void currentPlayerRemoveInvItem(struct invitem *item);
struct invitem *currentPlayerGetUnusedInvItem(void);
void currentPlayerSetAllGuns(bool enable);