SSBM Decomp
Loading...
Searching...
No Matches
itseakvanish.h
Go to the documentation of this file.
1#ifndef GALE01_2B1C60
2#define GALE01_2B1C60
3
4#include <platform.h>
5
6#include "it/forward.h"
8#include <baselib/forward.h>
9
10#include "it/items/types.h"
11
12/* 2B1C60 */ Item_GObj* it_802B1C60(HSD_GObj* parent, Vec3* pos, f32 dir);
13/* 2B1D38 */ bool it_802B1D38(Item_GObj*);
14/* 2B1D40 */ void it_802B1D40(Item_GObj*, HSD_GObj*);
15/* 2B1DAC */ bool it_802B1DAC(Item_GObj*);
16/* 2B1DCC */ void it_802B1DCC(Item_GObj*, HSD_GObj*);
17/* 3F70B8 */ extern ItemStateTable it_803F70B8[];
18
19#endif
void it_802B1D40(Item_GObj *, HSD_GObj *)
Definition itseakvanish.c:50
void it_802B1DCC(Item_GObj *, HSD_GObj *)
Definition itseakvanish.c:68
ItemStateTable it_803F70B8[]
Definition itseakvanish.c:12
bool it_802B1DAC(Item_GObj *)
Definition itseakvanish.c:63
bool it_802B1D38(Item_GObj *)
Definition itseakvanish.c:45
Item_GObj * it_802B1C60(HSD_GObj *parent, Vec3 *pos, f32 dir)
Definition itseakvanish.c:21
float f32
A 32-bit floating-point number.
Definition platform.h:62
Definition gobj.h:25
Definition types.h:11
Definition types.h:13