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 <platform.h>
5#include <placeholder.h>
6
7#include "ftCommon/forward.h"
8
9/* 08CB44 */ bool ftCo_AttackLw4_CheckInput(ftCo_GObj* gobj);
10/* 08CCBC */ void ftCo_AttackLw4_Anim(ftCo_GObj* gobj);
11/* 08CCF8 */ void ftCo_AttackLw4_IASA(ftCo_GObj* gobj);
12/* 08CD28 */ void ftCo_AttackLw4_Phys(ftCo_GObj* gobj);
13/* 08CD48 */ void ftCo_AttackLw4_Coll(ftCo_GObj* gobj);
14
15#endif
void ftCo_AttackLw4_Phys(ftCo_GObj *gobj)
Definition ftCo_AttackLw4.c:78
void ftCo_AttackLw4_Anim(ftCo_GObj *gobj)
Definition ftCo_AttackLw4.c:64
bool ftCo_AttackLw4_CheckInput(ftCo_GObj *gobj)
Definition ftCo_AttackLw4.c:34
void ftCo_AttackLw4_Coll(ftCo_GObj *gobj)
Definition ftCo_AttackLw4.c:83
void ftCo_AttackLw4_IASA(ftCo_GObj *gobj)
Definition ftCo_AttackLw4.c:71
Fighter_GObj ftCo_GObj
Definition forward.h:10