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 <platform.h>
5
6#include "ftCommon/forward.h"
7
8/* 0CCE94 */ void ftCo_FallAerial_Coll(ftCo_GObj* gobj);
9/* 0CCF58 */ void ftCo_Attack_800CCF58(ftCo_GObj* gobj, enum_t);
10
11#endif
void ftCo_Attack_800CCF58(ftCo_GObj *gobj, enum_t)
void ftCo_FallAerial_Coll(ftCo_GObj *gobj)
Fighter_GObj ftCo_GObj
Definition forward.h:10
int enum_t
The underlying type of an enum, used as a placeholder.
Definition platform.h:74