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(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:168
void ftCo_AttackLw3_Coll(Fighter_GObj *gobj)
Definition ftCo_AttackLw3.c:173
bool ftCo_AttackLw3_CheckInput(Fighter_GObj *gobj)
Definition ftCo_AttackLw3.c:46
void ftCo_AttackLw3_IASA(Fighter_GObj *gobj)
void ftCo_AttackLw3_Anim(Fighter_GObj *gobj)