SSBM Decomp
Loading...
Searching...
No Matches
itpeachexplode.h
Go to the documentation of this file.
1#ifndef ITPEACHEXPLODE_H
2#define ITPEACHEXPLODE_H
3
4#include <melee/it/forward.h>
5
7
8extern struct ItemStateTable it_803F7488[];
9
10/* 2BD158 */ Item_GObj* it_802BD158(Item_GObj*, Vec3* pos, bool, float dir);
12/* 2BD248 */ void it_802BD248(Item_GObj*, Item_GObj* owner, bool);
15 Item_GObj* ref_gobj);
16
17#endif
ItemStateTable it_803F7488[]
Definition itpeachexplode.c:10
void it_802BD248(Item_GObj *, Item_GObj *owner, bool)
Definition itpeachexplode.c:54
bool itPeachExplode_Logic55_DmgDealt(Item_GObj *)
Definition itpeachexplode.c:49
bool itPeachexplode_UnkMotion1_Anim(Item_GObj *)
Definition itpeachexplode.c:73
Item_GObj * it_802BD158(Item_GObj *, Vec3 *pos, bool, float dir)
Definition itpeachexplode.c:25
void itPeachExplode_Logic55_EvtUnk(Item_GObj *, Item_GObj *ref_gobj)
Definition itpeachexplode.c:78
HSD_GObj Item_GObj
Definition forward.h:55
Definition types.h:11