summaryrefslogtreecommitdiff
path: root/include/object.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/object.h')
-rw-r--r--include/object.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/object.h b/include/object.h
index 34a85ea5..231f7239 100644
--- a/include/object.h
+++ b/include/object.h
@@ -201,7 +201,6 @@ typedef enum {
LINK_ANIMATION,
} Object;
-
Entity* CreateLinkAnimation(Entity* parent, u32 type, u32 type2);
void ObjectInit(Entity* this);
u32 LoadObjectSprite(Entity* this, s32 type, const ObjectDefinition* definition);
@@ -221,7 +220,6 @@ void sub_0808C650(Entity*, u32);
u32 sub_0808C67C(void);
void sub_0808C688(void);
-
void ItemOnGround();
void DeathFx();
void ItemForSale();