SSBM Decomp
Loading...
Searching...
No Matches
ftCo_CargoLanding.h
Go to the documentation of this file.
1#ifndef GALE01_09BD4C
2#define GALE01_09BD4C
3
4#include "ftCommon/forward.h"
5
6/* 09BD4C */ void ftCo_8009BD4C(ftCo_GObj* gobj);
7/* 09BDC4 */ void ftCo_CargoLanding_Anim(ftCo_GObj* gobj);
8/* 09BE14 */ void ftCo_CargoLanding_Phys(ftCo_GObj* gobj);
9/* 09BE34 */ void ftCo_CargoLanding_Coll(ftCo_GObj* gobj);
10
11#endif
void ftCo_CargoLanding_Anim(ftCo_GObj *gobj)
Definition ftCo_CargoLanding.c:28
void ftCo_CargoLanding_Phys(ftCo_GObj *gobj)
Definition ftCo_CargoLanding.c:37
void ftCo_8009BD4C(ftCo_GObj *gobj)
Definition ftCo_CargoLanding.c:18
void ftCo_CargoLanding_Coll(ftCo_GObj *gobj)
Definition ftCo_CargoLanding.c:42
Fighter_GObj ftCo_GObj
Definition forward.h:10