SSBM Decomp
Loading...
Searching...
No Matches
ftCo_FlyReflect.h
Go to the documentation of this file.
1#ifndef GALE01_0C15F4
2#define GALE01_0C15F4
3
4#include <platform.h>
5
6#include "ftCommon/forward.h"
8
9/* 0C15F4 */ bool ftCo_800C15F4(ftCo_GObj* gobj);
10/* 0C1718 */ bool ftCo_800C1718(ftCo_GObj* gobj);
11/* 0C17CC */ bool ftCo_800C17CC(ftCo_GObj* gobj);
12/* 0C18A8 */ void ftCo_800C18A8(ftCo_GObj* gobj, ftCommon_MotionState msid,
13 Vec3* normal, Vec3*);
14/* 0C1B2C */ void ftCo_FlyReflect_Anim(ftCo_GObj* gobj);
15/* 0C1B64 */ void ftCo_FlyReflect_IASA(ftCo_GObj* gobj);
16/* 0C1B84 */ void ftCo_FlyReflect_Phys(ftCo_GObj* gobj);
17/* 0C1BA4 */ void ftCo_FlyReflect_Coll(ftCo_GObj* gobj);
18
19#endif
bool ftCo_800C15F4(ftCo_GObj *gobj)
Definition ftCo_FlyReflect.c:30
void ftCo_FlyReflect_Anim(ftCo_GObj *gobj)
Definition ftCo_FlyReflect.c:156
void ftCo_FlyReflect_IASA(ftCo_GObj *gobj)
Definition ftCo_FlyReflect.c:165
void ftCo_FlyReflect_Phys(ftCo_GObj *gobj)
Definition ftCo_FlyReflect.c:170
bool ftCo_800C1718(ftCo_GObj *gobj)
Definition ftCo_FlyReflect.c:69
bool ftCo_800C17CC(ftCo_GObj *gobj)
Definition ftCo_FlyReflect.c:93
void ftCo_800C18A8(ftCo_GObj *gobj, ftCommon_MotionState msid, Vec3 *normal, Vec3 *)
Definition ftCo_FlyReflect.c:104
void ftCo_FlyReflect_Coll(ftCo_GObj *gobj)
Definition ftCo_FlyReflect.c:175
Fighter_GObj ftCo_GObj
Definition forward.h:10
ftCommon_MotionState
Definition forward.h:279
Definition types.h:13