SSBM Decomp
Loading...
Searching...
No Matches
it_2F2B.h
Go to the documentation of this file.
1#ifndef GALE01_2F2BFC
2#define GALE01_2F2BFC
3
4#include <platform.h>
5
7#include "it/forward.h"
8
9#include "it/items/types.h"
10
11/* 2F2BFC */ void it_802F2BFC(Item_GObj* gobj, Fighter_GObj* owner_gobj);
12/* 2F2CE0 */ void it_802F2CE0(Item_GObj* gobj, bool clear_destroy_type);
13/* 3F9480 */ extern ItemStateTable it_803F9480[];
14
15#endif
void it_802F2CE0(Item_GObj *gobj, bool clear_destroy_type)
Definition it_2F2B.c:60
void it_802F2BFC(Item_GObj *gobj, Fighter_GObj *owner_gobj)
Definition it_2F2B.c:29
ItemStateTable it_803F9480[]
Definition it_2F2B.c:24
was using this to try and fix some matches, unsuccessfully
Definition gobj.h:26
Definition types.h:11