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(Fighter_GObj* gobj);
7/* 09BB64 */ void ftCo_8009BB64(Fighter_GObj* gobj);
8/* 09BBF0 */ void ftCo_CargoJump_Anim(Fighter_GObj* gobj);
9/* 09BBF4 */ void ftCo_CargoJump_IASA(Fighter_GObj* gobj);
10/* 09BC18 */ void ftCo_CargoJump_Phys(Fighter_GObj* gobj);
11/* 09BC38 */ void ftCo_CargoJump_Coll(Fighter_GObj* gobj);
12
13#endif
bool ftCo_8009BB1C(Fighter_GObj *gobj)
Definition ftCo_CargoJump.c:21
void ftCo_CargoJump_Phys(Fighter_GObj *gobj)
Definition ftCo_CargoJump.c:50
void ftCo_8009BB64(Fighter_GObj *gobj)
Definition ftCo_CargoJump.c:31
void ftCo_CargoJump_Coll(Fighter_GObj *gobj)
Definition ftCo_CargoJump.c:55
void ftCo_CargoJump_Anim(Fighter_GObj *gobj)
void ftCo_CargoJump_IASA(Fighter_GObj *gobj)
Definition ftCo_CargoJump.c:45