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(ftCo_GObj* gobj);
7/* 098940 */ void ftCo_ShieldBreakFall_Anim(ftCo_GObj* gobj);
8/* 098944 */ void ftCo_ShieldBreakFall_IASA(ftCo_GObj* gobj);
9/* 098948 */ void ftCo_ShieldBreakFall_Phys(ftCo_GObj* gobj);
10/* 098968 */ void ftCo_ShieldBreakFall_Coll(ftCo_GObj* gobj);
11
12#endif
void ftCo_ShieldBreakFall_Anim(ftCo_GObj *gobj)
Definition ftCo_ShieldBreakFall.c:25
void ftCo_ShieldBreakFall_Coll(ftCo_GObj *gobj)
Definition ftCo_ShieldBreakFall.c:34
void ftCo_ShieldBreakFall_Phys(ftCo_GObj *gobj)
Definition ftCo_ShieldBreakFall.c:29
void ftCo_80098D90(ftCo_GObj *gobj)
Definition ftCo_ShieldBreakFall.c:13
void ftCo_ShieldBreakFall_IASA(ftCo_GObj *gobj)
Definition ftCo_ShieldBreakFall.c:27
Fighter_GObj ftCo_GObj
Definition forward.h:10