SSBM Decomp
Loading...
Searching...
No Matches
itlgunray.h
Go to the documentation of this file.
1#ifndef GALE01_298168
2#define GALE01_298168
3
4#include <platform.h>
5
6#include "it/forward.h"
7
8#include "it/items/types.h"
9
10#include <dolphin/mtx.h>
11
12/* 298168 */ void it_80298168(HSD_GObj* owner_gobj, Vec3* pos, f32 facing_dir);
13/* 298634 */ bool itLGunRay_Logic35_DmgDealt(Item_GObj*);
14/* 29863C */ bool itLGunRay_Logic35_Clanked(Item_GObj*);
15/* 298644 */ bool itLGunRay_Logic35_HitShield(Item_GObj*);
16/* 29864C */ bool itLGunRay_Logic35_Absorbed(Item_GObj*);
17/* 298654 */ bool itLGunRay_Logic35_Reflected(Item_GObj*);
19/* 2988C4 */ void itLGunRay_Logic35_EvtUnk(Item_GObj*, HSD_GObj*);
20/* 3F64F8 */ extern ItemStateTable it_803F64F8[];
21
22#endif
struct Vec Vec3
float f32
Definition types.h:13
ItemStateTable it_803F64F8[]
Definition itlgunray.c:27
void it_80298168(HSD_GObj *owner_gobj, Vec3 *pos, f32 facing_dir)
Definition itlgunray.c:32
bool itLGunRay_Logic35_Absorbed(Item_GObj *)
Definition itlgunray.c:104
void itLGunRay_Logic35_EvtUnk(Item_GObj *, HSD_GObj *)
Definition itlgunray.c:127
bool itLGunRay_Logic35_ShieldBounced(Item_GObj *)
Definition itlgunray.c:121
bool itLGunRay_Logic35_Reflected(Item_GObj *)
Definition itlgunray.c:109
bool itLGunRay_Logic35_DmgDealt(Item_GObj *)
Definition itlgunray.c:89
bool itLGunRay_Logic35_Clanked(Item_GObj *)
Definition itlgunray.c:94
bool itLGunRay_Logic35_HitShield(Item_GObj *)
Definition itlgunray.c:99
HSD_GObj Item_GObj
Definition forward.h:55
Definition gobj.h:24
Definition types.h:11