SSBM Decomp
Loading...
Searching...
No Matches
ftCo_ShieldBreakFall.h
Go to the documentation of this file.
1#ifndef GALE01_0988E4
2#define GALE01_0988E4
3
4#include <melee/ft/forward.h>
5
6/* 0988E4 */ void ftCo_80098D90(Fighter_GObj* gobj);
7/* 098940 */ void ftCo_ShieldBreakFall_Anim(Fighter_GObj* gobj);
8/* 098944 */ void ftCo_ShieldBreakFall_IASA(Fighter_GObj* gobj);
9/* 098948 */ void ftCo_ShieldBreakFall_Phys(Fighter_GObj* gobj);
10/* 098968 */ void ftCo_ShieldBreakFall_Coll(Fighter_GObj* gobj);
11
12#endif
void ftCo_ShieldBreakFall_Anim(Fighter_GObj *gobj)
Definition ftCo_ShieldBreakFall.c:25
void ftCo_ShieldBreakFall_Phys(Fighter_GObj *gobj)
Definition ftCo_ShieldBreakFall.c:29
void ftCo_80098D90(Fighter_GObj *gobj)
Definition ftCo_ShieldBreakFall.c:13
void ftCo_ShieldBreakFall_IASA(Fighter_GObj *gobj)
Definition ftCo_ShieldBreakFall.c:27
void ftCo_ShieldBreakFall_Coll(Fighter_GObj *gobj)
Definition ftCo_ShieldBreakFall.c:34
HSD_GObj * gobj
Definition gm_19EF.c:73