SSBM Decomp
Loading...
Searching...
No Matches
ftCo_ShieldBreakStand.h
Go to the documentation of this file.
1#ifndef GALE01_098F3C
2#define GALE01_098F3C
3
4#include "ftCommon/forward.h"
5
6/* 098F3C */ void ftCo_80098F3C(ftCo_GObj* gobj);
7/* 098F90 */ void ftCo_ShieldBreakStand_Anim(ftCo_GObj* gobj);
8/* 098FCC */ void ftCo_ShieldBreakStand_IASA(ftCo_GObj* gobj);
9/* 098FD0 */ void ftCo_ShieldBreakStand_Phys(ftCo_GObj* gobj);
10/* 098FF0 */ void ftCo_ShieldBreakStand_Coll(ftCo_GObj* gobj);
11
12#endif
void ftCo_ShieldBreakStand_Phys(ftCo_GObj *gobj)
Definition ftCo_ShieldBreakStand.c:34
void ftCo_80098F3C(ftCo_GObj *gobj)
Definition ftCo_ShieldBreakStand.c:13
void ftCo_ShieldBreakStand_IASA(ftCo_GObj *gobj)
Definition ftCo_ShieldBreakStand.c:32
void ftCo_ShieldBreakStand_Coll(ftCo_GObj *gobj)
Definition ftCo_ShieldBreakStand.c:39
void ftCo_ShieldBreakStand_Anim(ftCo_GObj *gobj)
Definition ftCo_ShieldBreakStand.c:25
Fighter_GObj ftCo_GObj
Definition forward.h:10