SSBM Decomp
Loading...
Searching...
No Matches
gobjuserdata.h
Go to the documentation of this file.
1
#ifndef _gobjuserdata_h_
2
#define _gobjuserdata_h_
3
4
#include <
platform.h
>
5
6
#include "
baselib/forward.h
"
7
8
#define HSD_GOBJ_USER_DATA_NONE (u8) - 1
9
10
void
GObj_InitUserData
(
HSD_GObj
* gobj,
u8
kind,
void
(*remove_func)(
void
*),
11
void
* data);
12
void
GObj_RemoveUserData
(
HSD_GObj
* gobj);
13
14
#endif
GObj_RemoveUserData
void GObj_RemoveUserData(HSD_GObj *gobj)
Definition
gobjuserdata.c:15
GObj_InitUserData
void GObj_InitUserData(HSD_GObj *gobj, u8 kind, void(*remove_func)(void *), void *data)
platform.h
u8
unsigned char u8
An unsigned 8-bit integer.
Definition
platform.h:20
HSD_GObj
Definition
gobj.h:25
forward.h
src
sysdolphin
baselib
gobjuserdata.h
Generated by
1.9.8