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(Fighter_GObj* gobj,
9 ftCo_JumpInput jump_input);
10/* 0CB528 */ void ftCo_KneeBend_Anim(Fighter_GObj* gobj);
11/* 0CB59C */ void ftCo_KneeBend_Check_ShortHop(Fighter_GObj* gobj);
12/* 0CB5FC */ void ftCo_KneeBend_IASA(Fighter_GObj* gobj);
13/* 0CB6AC */ void ftCo_KneeBend_Phys(Fighter_GObj* gobj);
14/* 0CB6CC */ void ftCo_KneeBend_Coll(Fighter_GObj* gobj);
15
16#endif
void ftCo_KneeBend_Phys(Fighter_GObj *gobj)
Definition ftCo_KneeBend.c:70
void ftCo_KneeBend_IASA(Fighter_GObj *gobj)
Definition ftCo_KneeBend.c:61
void ftCo_KneeBend_Check_ShortHop(Fighter_GObj *gobj)
Definition ftCo_KneeBend.c:46
void ftCo_KneeBend_Enter(Fighter_GObj *gobj, ftCo_JumpInput jump_input)
Definition ftCo_KneeBend.c:21
void ftCo_KneeBend_Coll(Fighter_GObj *gobj)
Definition ftCo_KneeBend.c:75
void ftCo_KneeBend_Anim(Fighter_GObj *gobj)
Definition ftCo_KneeBend.c:30
ftCo_JumpInput
Definition forward.h:11