SSBM Decomp
Loading...
Searching...
No Matches
ftswing.h
Go to the documentation of this file.
1#ifndef GALE01_0CCE94
2#define GALE01_0CCE94
3
4#include <Runtime/platform.h>
5
6#include <melee/ft/forward.h>
7
8/* 0CCE94 */ void ftCo_FallAerial_Coll(Fighter_GObj* gobj);
9/* 0CCF58 */ void ftCo_Attack_800CCF58(Fighter_GObj* gobj, enum_t);
10
11#endif
void ftCo_FallAerial_Coll(Fighter_GObj *gobj)
Definition ftswing.c:21
void ftCo_Attack_800CCF58(Fighter_GObj *gobj, enum_t)
Definition ftswing.c:63
HSD_GObj * gobj
Definition gm_19EF.c:73
int enum_t
The underlying type of an enum, used as a placeholder.
Definition platform.h:28