SSBM Decomp
Loading...
Searching...
No Matches
itdrmariopill.h
Go to the documentation of this file.
1#ifndef GALE01_2C0510
2#define GALE01_2C0510
3
4#include <platform.h>
5
6#include "ft/forward.h"
7#include "it/forward.h"
9
10#include "it/items/types.h"
11
12/* 2C09C4 */ Item_GObj* it_802C09C4(Fighter_GObj* owner, Vec3* pos, int,
13 enum_t, bool, bool, float facing_dir);
14/* 2C11E0 */ void it_802C11E0(Item_GObj*);
15/* 2C1384 */ bool it_802C1384(Item_GObj*);
16/* 2C13CC */ bool it_802C13CC(Item_GObj*);
17/* 2C1400 */ bool it_802C1400(Item_GObj*);
18/* 2C145C */ bool it_802C145C(Item_GObj*);
19/* 2C14B8 */ bool it_802C14B8(Item_GObj*);
20/* 2C1514 */ bool it_802C1514(Item_GObj*);
21/* 2C1570 */ void it_802C1570(Item_GObj*, Item_GObj*);
22/* 3F75D0 */ extern ItemStateTable it_803F75D0[];
23
24#endif
ItemStateTable it_803F75D0[]
bool it_802C1384(Item_GObj *)
bool it_802C1514(Item_GObj *)
void it_802C11E0(Item_GObj *)
bool it_802C14B8(Item_GObj *)
bool it_802C1400(Item_GObj *)
bool it_802C145C(Item_GObj *)
Item_GObj * it_802C09C4(Fighter_GObj *owner, Vec3 *pos, int, enum_t, bool, bool, float facing_dir)
bool it_802C13CC(Item_GObj *)
void it_802C1570(Item_GObj *, Item_GObj *)
int enum_t
The underlying type of an enum, used as a placeholder.
Definition platform.h:74
Definition gobj.h:25
Definition types.h:11
Definition types.h:13