summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authoroctorock <79596758+octorock@users.noreply.github.com>2021-03-15 23:44:00 +0100
committeroctorock <79596758+octorock@users.noreply.github.com>2021-03-24 23:27:31 +0100
commit7846a385515bb7e63a2f79ef06c5c258edf025d5 (patch)
treedde589a33166405f7bb7de6222fd1d5de4ffbfe4 /include
parentac16219ff462029ea22b3f61eed4c6e105aca777 (diff)
Prefix all Items and PlayerItems
Diffstat (limited to 'include')
-rw-r--r--include/item.h30
1 files changed, 15 insertions, 15 deletions
diff --git a/include/item.h b/include/item.h
index 0f9fd6f2..7c36eb15 100644
--- a/include/item.h
+++ b/include/item.h
@@ -5,21 +5,21 @@
#include "entity.h"
#include "player.h"
-extern void DebugItem(ItemBehavior*, u32);
-extern void Sword(ItemBehavior*, u32);
-extern void Bomb(ItemBehavior*, u32);
-extern void Bow(ItemBehavior*, u32);
-extern void sub_08075D14(ItemBehavior*, u32);
-extern void Shield(ItemBehavior*, u32);
-extern void Lantern(ItemBehavior*, u32);
-extern void GustJar(ItemBehavior*, u32);
-extern void PacciCane(ItemBehavior*, u32);
-extern void MoleMitts(ItemBehavior*, u32);
-extern void RocsCape(ItemBehavior*, u32);
-extern void sub_08076800(ItemBehavior*, u32);
-extern void Ocarina(ItemBehavior*, u32);
-extern void TryPickupObject(ItemBehavior*, u32);
-extern void JarEmpty(ItemBehavior*, u32);
+extern void ItemDebug(ItemBehavior*, u32);
+extern void ItemSword(ItemBehavior*, u32);
+extern void ItemBomb(ItemBehavior*, u32);
+extern void ItemBow(ItemBehavior*, u32);
+extern void ItemBoomerang(ItemBehavior*, u32);
+extern void ItemShield(ItemBehavior*, u32);
+extern void ItemLantern(ItemBehavior*, u32);
+extern void ItemGustJar(ItemBehavior*, u32);
+extern void ItemPacciCane(ItemBehavior*, u32);
+extern void ItemMoleMitts(ItemBehavior*, u32);
+extern void ItemRocsCape(ItemBehavior*, u32);
+extern void ItemPegasusBoots(ItemBehavior*, u32);
+extern void ItemOcarina(ItemBehavior*, u32);
+extern void ItemTryPickupObject(ItemBehavior*, u32);
+extern void ItemJarEmpty(ItemBehavior*, u32);
/* On hold until naming conflicts are resolved */
/*