SSBM Decomp
Loading...
Searching...
No Matches
ftCo_AttackLw3.h
Go to the documentation of this file.
1#ifndef GALE01_08BB44
2#define GALE01_08BB44
3
4#include <platform.h>
5
6#include "ftCommon/forward.h"
7
8/* 08BB44 */ bool ftCo_AttackLw3_CheckInput(ftCo_GObj* gobj);
9/* 08BCFC */ void ftCo_AttackLw3_Anim(ftCo_GObj* gobj);
10/* 08BD80 */ void ftCo_AttackLw3_IASA(ftCo_GObj* gobj);
11/* 08BF84 */ void ftCo_AttackLw3_Phys(ftCo_GObj* gobj);
12/* 08BFA4 */ void ftCo_AttackLw3_Coll(ftCo_GObj* gobj);
13
14#endif
void ftCo_AttackLw3_Phys(ftCo_GObj *gobj)
Definition ftCo_AttackLw3.c:162
void ftCo_AttackLw3_IASA(ftCo_GObj *gobj)
bool ftCo_AttackLw3_CheckInput(ftCo_GObj *gobj)
Definition ftCo_AttackLw3.c:40
void ftCo_AttackLw3_Coll(ftCo_GObj *gobj)
Definition ftCo_AttackLw3.c:167
void ftCo_AttackLw3_Anim(ftCo_GObj *gobj)
Fighter_GObj ftCo_GObj
Definition forward.h:10