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 <Runtime/platform.h>
5
6#include <melee/ft/forward.h>
7
8/* 08BB44 */ bool ftCo_AttackLw3_CheckInput(Fighter_GObj* gobj);
9/* 08BCFC */ void ftCo_AttackLw3_Anim(Fighter_GObj* gobj);
10/* 08BD80 */ void ftCo_AttackLw3_IASA(Fighter_GObj* gobj);
11/* 08BF84 */ void ftCo_AttackLw3_Phys(Fighter_GObj* gobj);
12/* 08BFA4 */ void ftCo_AttackLw3_Coll(Fighter_GObj* gobj);
13
14#endif
void ftCo_AttackLw3_Phys(Fighter_GObj *gobj)
Definition ftCo_AttackLw3.c:164
void ftCo_AttackLw3_Coll(Fighter_GObj *gobj)
Definition ftCo_AttackLw3.c:169
bool ftCo_AttackLw3_CheckInput(Fighter_GObj *gobj)
Definition ftCo_AttackLw3.c:42
void ftCo_AttackLw3_IASA(Fighter_GObj *gobj)
void ftCo_AttackLw3_Anim(Fighter_GObj *gobj)
HSD_GObj * gobj
Definition gm_19EF.c:73