SSBM Decomp
Loading...
Searching...
No Matches
itnesspkthundertrail.h
Go to the documentation of this file.
1#ifndef GALE01_2AC43C
2#define GALE01_2AC43C
3
4#include <melee/ft/forward.h>
5#include <melee/it/forward.h>
6
8
9/* 2AC43C */ Item_GObj* it_802AC43C(Fighter_GObj* gobj, Item_GObj* ball,
10 Vec3* pos, s32 trail_idx, s32 arg4,
11 f32 facing_dir);
12/* 2AC58C */ void it_802AC58C(Item_GObj* gobj);
13/* 2AC5D8 */ void it_802AC5D8(Item_GObj* gobj);
14/* 2AC604 */ void it_802AC604(Item_GObj* gobj);
18
19/* 3F6C08 */ extern ItemStateTable it_803F6C08[];
20
21#endif
struct Vec Vec3
float f32
Definition types.h:13
signed long s32
Definition types.h:8
HSD_GObj * gobj
Definition gm_19EF.c:73
ItemStateTable it_803F6C08[]
Definition itnesspkthundertrail.c:18
bool itNesspkthundertrail_UnkMotion0_Anim(Item_GObj *gobj)
Definition itnesspkthundertrail.c:104
void itNesspkthundertrail_UnkMotion0_Phys(Item_GObj *gobj)
Definition itnesspkthundertrail.c:123
void it_802AC5D8(Item_GObj *gobj)
Definition itnesspkthundertrail.c:88
void it_802AC58C(Item_GObj *gobj)
Definition itnesspkthundertrail.c:77
bool itNesspkthundertrail_UnkMotion0_Coll(Item_GObj *gobj)
Definition itnesspkthundertrail.c:153
void it_802AC604(Item_GObj *gobj)
Definition itnesspkthundertrail.c:99
Item_GObj * it_802AC43C(Fighter_GObj *gobj, Item_GObj *ball, Vec3 *pos, s32 trail_idx, s32 arg4, f32 facing_dir)
Definition itnesspkthundertrail.c:29
HSD_GObj Item_GObj
Definition forward.h:62
Definition types.h:12