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 "ftCommon/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:26
void ftCo_ShieldBreakFall_Phys(Fighter_GObj *gobj)
Definition ftCo_ShieldBreakFall.c:30
void ftCo_80098D90(Fighter_GObj *gobj)
Definition ftCo_ShieldBreakFall.c:14
void ftCo_ShieldBreakFall_IASA(Fighter_GObj *gobj)
Definition ftCo_ShieldBreakFall.c:28
void ftCo_ShieldBreakFall_Coll(Fighter_GObj *gobj)
Definition ftCo_ShieldBreakFall.c:35