SSBM Decomp
Loading...
Searching...
No Matches
itspycloak.h
Go to the documentation of this file.
1#ifndef GALE01_295C48
2#define GALE01_295C48
3
4#include "it/forward.h"
5
6#include "it/items/types.h"
7
8/* 295C48 */ void it_3F14_Logic33_Spawned(Item_GObj*);
9/* 295D90 */ void it_3F14_Logic33_PickedUp(Item_GObj*);
10/* 295DC0 */ void it_3F14_Logic33_Dropped(Item_GObj*);
11/* 295E4C */ void it_3F14_Logic33_EnteredAir(Item_GObj*);
12/* 295EB4 */ void it_3F14_Logic33_EvtUnk(Item_GObj*, Item_GObj*);
13/* 3F6370 */ extern ItemStateTable it_803F6370[];
14
15#endif
void it_3F14_Logic33_Dropped(Item_GObj *)
Definition itspycloak.c:91
void it_3F14_Logic33_Spawned(Item_GObj *)
Definition itspycloak.c:30
void it_3F14_Logic33_EnteredAir(Item_GObj *)
Definition itspycloak.c:112
void it_3F14_Logic33_EvtUnk(Item_GObj *, Item_GObj *)
Definition itspycloak.c:130
void it_3F14_Logic33_PickedUp(Item_GObj *)
Definition itspycloak.c:81
ItemStateTable it_803F6370[]
Definition itspycloak.c:135
was using this to try and fix some matches, unsuccessfully
Definition gobj.h:26
Definition types.h:11