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>
6
7extern struct ItemStateTable it_803F7488[];
8
9/* 2BD158 */ Item_GObj* it_802BD158(Item_GObj*, Vec3* pos, bool, float dir);
10/* 2BD240 */ bool it_802BD240(Item_GObj*);
11/* 2BD248 */ void it_802BD248(Item_GObj*, Item_GObj* owner, bool);
12/* 2BD2EC */ bool it_802BD2EC(Item_GObj*);
13/* 2BD30C */ void it_802BD30C(Item_GObj*, Item_GObj* ref_gobj);
14
15#endif
bool it_802BD240(Item_GObj *)
Definition itpeachexplode.c:49
void it_802BD248(Item_GObj *, Item_GObj *owner, bool)
Definition itpeachexplode.c:54
bool it_802BD2EC(Item_GObj *)
Definition itpeachexplode.c:73
struct ItemStateTable it_803F7488[]
Definition itpeachexplode.c:10
Item_GObj * it_802BD158(Item_GObj *, Vec3 *pos, bool, float dir)
Definition itpeachexplode.c:25
void it_802BD30C(Item_GObj *, Item_GObj *ref_gobj)
Definition itpeachexplode.c:78
Definition gobj.h:26
Definition types.h:11