SSBM Decomp
Loading...
Searching...
No Matches
ftCo_CargoFall.h
Go to the documentation of this file.
1#ifndef GALE01_09BC58
2#define GALE01_09BC58
3
4#include "ftCommon/forward.h"
5
6/* 09BC58 */ void ftCo_8009BC58(ftCo_GObj* gobj);
7/* 09BCDC */ void ftCo_CargoFall_Anim(ftCo_GObj* gobj);
8/* 09BCE0 */ void ftCo_CargoFall_IASA(ftCo_GObj* gobj);
9/* 09BD04 */ void ftCo_CargoFall_Phys(ftCo_GObj* gobj);
10/* 09BD24 */ void ftCo_CargoFall_Coll(ftCo_GObj* gobj);
11
12#endif
void ftCo_8009BC58(ftCo_GObj *gobj)
Definition ftCo_CargoFall.c:19
void ftCo_CargoFall_Coll(ftCo_GObj *gobj)
Definition ftCo_CargoFall.c:44
void ftCo_CargoFall_Anim(ftCo_GObj *gobj)
Definition ftCo_CargoFall.c:32
void ftCo_CargoFall_Phys(ftCo_GObj *gobj)
Definition ftCo_CargoFall.c:39
void ftCo_CargoFall_IASA(ftCo_GObj *gobj)
Definition ftCo_CargoFall.c:34
Fighter_GObj ftCo_GObj
Definition forward.h:10