SSBM Decomp
Loading...
Searching...
No Matches
ftCh_Sweep.h
Go to the documentation of this file.
1#ifndef GALE01_15746C
2#define GALE01_15746C
3
4#include <baselib/forward.h>
5
6/* 15746C */ void fn_8015746C(HSD_GObj* gobj);
7/* 1574B8 */ void ftCh_SweepLoop_Anim(HSD_GObj* gobj);
8/* 1574F4 */ void ftCh_SweepLoop_IASA(HSD_GObj* gobj);
9/* 157538 */ void ftCh_SweepLoop_Phys(HSD_GObj* gobj);
10/* 157558 */ void ftCh_SweepLoop_Coll(HSD_GObj* gobj);
11
12#endif
void ftCh_SweepLoop_IASA(HSD_GObj *gobj)
Definition ftCh_Sweep.c:34
void ftCh_SweepLoop_Anim(HSD_GObj *gobj)
Definition ftCh_Sweep.c:27
void ftCh_SweepLoop_Phys(HSD_GObj *gobj)
Definition ftCh_Sweep.c:42
void fn_8015746C(HSD_GObj *gobj)
Definition ftCh_Sweep.c:20
void ftCh_SweepLoop_Coll(HSD_GObj *gobj)
Definition ftCh_Sweep.c:47
Definition gobj.h:24