SSBM Decomp
Loading...
Searching...
No Matches
ftCo_KneeBend.h
Go to the documentation of this file.
1#ifndef GALE01_0CB4E0
2#define GALE01_0CB4E0
3
4#include <placeholder.h>
5
6#include "ftCommon/forward.h"
7
8/* 0CB4E0 */ void ftCo_KneeBend_Enter(ftCo_GObj* gobj,
9 ftCo_JumpInput jump_input);
10/* 0CB528 */ void ftCo_KneeBend_Anim(ftCo_GObj* gobj);
11/* 0CB59C */ void ftCo_KneeBend_Check_ShortHop(ftCo_GObj* gobj);
12/* 0CB5FC */ void ftCo_KneeBend_IASA(ftCo_GObj* gobj);
13/* 0CB6AC */ void ftCo_KneeBend_Phys(ftCo_GObj* gobj);
14/* 0CB6CC */ void ftCo_KneeBend_Coll(ftCo_GObj* gobj);
15
16#endif
void ftCo_KneeBend_Coll(ftCo_GObj *gobj)
Definition ftCo_KneeBend.c:70
void ftCo_KneeBend_IASA(ftCo_GObj *gobj)
Definition ftCo_KneeBend.c:56
void ftCo_KneeBend_Phys(ftCo_GObj *gobj)
Definition ftCo_KneeBend.c:65
void ftCo_KneeBend_Anim(ftCo_GObj *gobj)
Definition ftCo_KneeBend.c:25
void ftCo_KneeBend_Enter(ftCo_GObj *gobj, ftCo_JumpInput jump_input)
Definition ftCo_KneeBend.c:16
void ftCo_KneeBend_Check_ShortHop(ftCo_GObj *gobj)
Definition ftCo_KneeBend.c:41
ftCo_JumpInput
Definition forward.h:13
Fighter_GObj ftCo_GObj
Definition forward.h:10