SSBM Decomp
Loading...
Searching...
No Matches
ftMh_CaptureMasterHand.h
Go to the documentation of this file.
1#ifndef GALE01_155C20
2#define GALE01_155C20
3
4#include <baselib/forward.h>
5
6/* 155B70 */ void ftMh_CaptureMasterHand_Anim(HSD_GObj* gobj);
7/* 155B74 */ void ftMh_CaptureMasterHand_IASA(HSD_GObj* gobj);
8/* 155B78 */ void ftMh_CaptureMasterHand_Phys(HSD_GObj* gobj);
9/* 155B7C */ void ftMh_CaptureMasterHand_Coll(HSD_GObj* gobj);
10/* 155B80 */ void ftMh_CaptureMasterHand_80155B80(HSD_GObj* gobj);
11/* 155C20 */ void ftMh_CaptureDamageMasterHand_Anim(HSD_GObj* gobj);
12
13#endif
void ftMh_CaptureDamageMasterHand_Anim(HSD_GObj *gobj)
Definition ftMh_CaptureMasterHand.c:37
void ftMh_CaptureMasterHand_Coll(HSD_GObj *gobj)
Definition ftMh_CaptureMasterHand.c:22
void ftMh_CaptureMasterHand_Anim(HSD_GObj *gobj)
Definition ftMh_CaptureMasterHand.c:16
void ftMh_CaptureMasterHand_Phys(HSD_GObj *gobj)
Definition ftMh_CaptureMasterHand.c:20
void ftMh_CaptureMasterHand_80155B80(HSD_GObj *gobj)
Definition ftMh_CaptureMasterHand.c:24
void ftMh_CaptureMasterHand_IASA(HSD_GObj *gobj)
Definition ftMh_CaptureMasterHand.c:18
Definition gobj.h:25