SSBM Decomp
Loading...
Searching...
No Matches
ftMh_ThrownMasterHand.h
Go to the documentation of this file.
1#ifndef GALE01_155D1C
2#define GALE01_155D1C
3
4#include <baselib/forward.h>
5
6/* 155D1C */ void ftMh_CaptureWaitMasterHand_80155D1C(HSD_GObj* gobj);
7/* 155D5C */ void ftMh_CaptureWaitMasterHand_Anim(HSD_GObj* gobj);
8/* 155D60 */ void ftMh_CaptureWaitMasterHand_IASA(HSD_GObj* gobj);
9/* 155D64 */ void ftMh_CaptureWaitMasterHand_Phys(HSD_GObj* gobj);
10/* 155D68 */ void ftMh_CaptureWaitMasterHand_Coll(HSD_GObj* gobj);
11/* 155D6C */ void ftMh_CaptureWaitMasterHand_80155D6C(HSD_GObj* gobj,
12 s32 arg1);
13/* 155E08 */ void ftMh_ThrownMasterHand_Anim(HSD_GObj* gobj);
14/* 155E0C */ void ftMh_ThrownMasterHand_IASA(HSD_GObj* gobj);
15/* 155E10 */ void ftMh_ThrownMasterHand_Phys(HSD_GObj* gobj);
16/* 155E14 */ void ftMh_ThrownMasterHand_Coll(HSD_GObj* gobj);
17
18#endif
void ftMh_ThrownMasterHand_IASA(HSD_GObj *gobj)
Definition ftMh_ThrownMasterHand.c:45
void ftMh_CaptureWaitMasterHand_80155D6C(HSD_GObj *gobj, s32 arg1)
Definition ftMh_ThrownMasterHand.c:28
void ftMh_ThrownMasterHand_Phys(HSD_GObj *gobj)
Definition ftMh_ThrownMasterHand.c:47
void ftMh_CaptureWaitMasterHand_Anim(HSD_GObj *gobj)
Definition ftMh_ThrownMasterHand.c:20
void ftMh_CaptureWaitMasterHand_IASA(HSD_GObj *gobj)
Definition ftMh_ThrownMasterHand.c:22
void ftMh_ThrownMasterHand_Anim(HSD_GObj *gobj)
Definition ftMh_ThrownMasterHand.c:43
void ftMh_ThrownMasterHand_Coll(HSD_GObj *gobj)
Definition ftMh_ThrownMasterHand.c:49
void ftMh_CaptureWaitMasterHand_80155D1C(HSD_GObj *gobj)
Definition ftMh_ThrownMasterHand.c:12
void ftMh_CaptureWaitMasterHand_Phys(HSD_GObj *gobj)
Definition ftMh_ThrownMasterHand.c:24
void ftMh_CaptureWaitMasterHand_Coll(HSD_GObj *gobj)
Definition ftMh_ThrownMasterHand.c:26
signed long s32
A signed 32-bit integer.
Definition platform.h:14
Definition gobj.h:25