SSBM Decomp
Loading...
Searching...
No Matches
ftCo_AttackLw4.h
Go to the documentation of this file.
1#ifndef GALE01_08CB44
2#define GALE01_08CB44
3
4#include <placeholder.h>
5#include <platform.h>
6
7#include "ftCommon/forward.h"
8
9/* 08CB44 */ bool ftCo_AttackLw4_CheckInput(Fighter_GObj* gobj);
10/* 08CCBC */ void ftCo_AttackLw4_Anim(Fighter_GObj* gobj);
11/* 08CCF8 */ void ftCo_AttackLw4_IASA(Fighter_GObj* gobj);
12/* 08CD28 */ void ftCo_AttackLw4_Phys(Fighter_GObj* gobj);
13/* 08CD48 */ void ftCo_AttackLw4_Coll(Fighter_GObj* gobj);
14
15#endif
void ftCo_AttackLw4_Coll(Fighter_GObj *gobj)
Definition ftCo_AttackLw4.c:83
void ftCo_AttackLw4_Phys(Fighter_GObj *gobj)
Definition ftCo_AttackLw4.c:78
void ftCo_AttackLw4_IASA(Fighter_GObj *gobj)
Definition ftCo_AttackLw4.c:71
void ftCo_AttackLw4_Anim(Fighter_GObj *gobj)
Definition ftCo_AttackLw4.c:64
bool ftCo_AttackLw4_CheckInput(Fighter_GObj *gobj)
Definition ftCo_AttackLw4.c:34