SSBM Decomp
Loading...
Searching...
No Matches
ftCo_ShieldBreakFly.h
Go to the documentation of this file.
1#ifndef GALE01_0986A0
2#define GALE01_0986A0
3
4#include <melee/ft/forward.h>
5/* 0986A0 */ void ftCo_80098B20(Fighter_GObj* gobj);
6/* 098794 */ void ftCo_ShieldBreakFly_Anim(Fighter_GObj* gobj);
7/* 0987D0 */ void ftCo_ShieldBreakFly_IASA(Fighter_GObj* gobj);
8/* 0987D4 */ void ftCo_ShieldBreakFly_Phys(Fighter_GObj* gobj);
9/* 0987F4 */ void ftCo_ShieldBreakFly_Coll(Fighter_GObj* gobj);
10/* 098820 */ void ftCo_80098C9C(Fighter_GObj* gobj);
11
12#endif
void ftCo_ShieldBreakFly_Coll(Fighter_GObj *gobj)
Definition ftCo_ShieldBreakFly.c:52
void ftCo_ShieldBreakFly_IASA(Fighter_GObj *gobj)
void ftCo_ShieldBreakFly_Phys(Fighter_GObj *gobj)
Definition ftCo_ShieldBreakFly.c:47
void ftCo_80098C9C(Fighter_GObj *gobj)
Definition ftCo_ShieldBreakFly.c:57
void ftCo_ShieldBreakFly_Anim(Fighter_GObj *gobj)
Definition ftCo_ShieldBreakFly.c:38
void ftCo_80098B20(Fighter_GObj *gobj)
Definition ftCo_ShieldBreakFly.c:21
HSD_GObj * gobj
Definition gm_19EF.c:73