SSBM Decomp
Loading...
Searching...
No Matches
ftCh_ThrownCrazyHand.h
Go to the documentation of this file.
1#ifndef GALE01_15B850
2#define GALE01_15B850
3
4#include "ft/forward.h"
5#include <baselib/forward.h>
6
7/* 15B850 */ void ftCh_GrabUnk1_8015B850(HSD_GObj* gobj, FtMotionId msid);
8/* 15B8EC */ void ftCo_ThrownCrazyHand_Anim(HSD_GObj* gobj);
9/* 15B8F0 */ void ftCo_ThrownCrazyHand_IASA(HSD_GObj* gobj);
10/* 15B8F4 */ void ftCo_ThrownCrazyHand_Phys(HSD_GObj* gobj);
11/* 15B8F8 */ void ftCo_ThrownCrazyHand_Coll(HSD_GObj* gobj);
12
13#endif
void ftCo_ThrownCrazyHand_Coll(HSD_GObj *gobj)
Definition ftCh_ThrownCrazyHand.c:37
void ftCo_ThrownCrazyHand_Anim(HSD_GObj *gobj)
Definition ftCh_ThrownCrazyHand.c:31
void ftCo_ThrownCrazyHand_IASA(HSD_GObj *gobj)
Definition ftCh_ThrownCrazyHand.c:33
void ftCh_GrabUnk1_8015B850(HSD_GObj *gobj, FtMotionId msid)
Definition ftCh_ThrownCrazyHand.c:18
void ftCo_ThrownCrazyHand_Phys(HSD_GObj *gobj)
Definition ftCh_ThrownCrazyHand.c:35
enum_t FtMotionId
Definition forward.h:14
Definition gobj.h:24