SSBM Decomp
Loading...
Searching...
No Matches
ftCo_CargoJump.h
Go to the documentation of this file.
1#ifndef GALE01_09BB1C
2#define GALE01_09BB1C
3
4#include "ftCommon/forward.h"
5
6/* 09BB1C */ bool ftCo_8009BB1C(ftCo_GObj* gobj);
7/* 09BB64 */ void ftCo_8009BB64(ftCo_GObj* gobj);
8/* 09BBF0 */ void ftCo_CargoJump_Anim(ftCo_GObj* gobj);
9/* 09BBF4 */ void ftCo_CargoJump_IASA(ftCo_GObj* gobj);
10/* 09BC18 */ void ftCo_CargoJump_Phys(ftCo_GObj* gobj);
11/* 09BC38 */ void ftCo_CargoJump_Coll(ftCo_GObj* gobj);
12
13#endif
void ftCo_CargoJump_Phys(ftCo_GObj *gobj)
Definition ftCo_CargoJump.c:48
void ftCo_CargoJump_IASA(ftCo_GObj *gobj)
Definition ftCo_CargoJump.c:43
void ftCo_CargoJump_Anim(ftCo_GObj *gobj)
bool ftCo_8009BB1C(ftCo_GObj *gobj)
Definition ftCo_CargoJump.c:19
void ftCo_8009BB64(ftCo_GObj *gobj)
Definition ftCo_CargoJump.c:29
void ftCo_CargoJump_Coll(ftCo_GObj *gobj)
Definition ftCo_CargoJump.c:53
Fighter_GObj ftCo_GObj
Definition forward.h:10