SSBM Decomp
Loading...
Searching...
No Matches
ftPe_AttackS4.h
Go to the documentation of this file.
1#ifndef GALE01_11C1C0
2#define GALE01_11C1C0
3
4#include <baselib/forward.h>
5
6/* 11C1C0 */ void ftPe_AttackS4_Enter(HSD_GObj* gobj);
7/* 11C248 */ void ftPe_AttackS4_Anim(HSD_GObj* gobj);
8/* 11C284 */ void ftPe_AttackS4_IASA(HSD_GObj* gobj);
9/* 11C2B4 */ void ftPe_AttackS4_Phys(HSD_GObj* gobj);
10/* 11C2D4 */ void ftPe_AttackS4_Coll(HSD_GObj* gobj);
11
12#endif
void ftPe_AttackS4_Coll(HSD_GObj *gobj)
Definition ftPe_AttackS4.c:52
void ftPe_AttackS4_Phys(HSD_GObj *gobj)
Definition ftPe_AttackS4.c:47
void ftPe_AttackS4_Enter(HSD_GObj *gobj)
Definition ftPe_AttackS4.c:15
void ftPe_AttackS4_Anim(HSD_GObj *gobj)
Definition ftPe_AttackS4.c:33
void ftPe_AttackS4_IASA(HSD_GObj *gobj)
Definition ftPe_AttackS4.c:40
Definition gobj.h:25