SSBM Decomp
Loading...
Searching...
No Matches
gobjplink.h
Go to the documentation of this file.
1#ifndef SYSDOLPHIN_BASELIB_GOBJPLINK_H
2#define SYSDOLPHIN_BASELIB_GOBJPLINK_H
3
4#include <Runtime/platform.h>
5
7
9
12 u8 priority, HSD_GObj* position);
13
14void GObj_PReorder(HSD_GObj* gobj, HSD_GObj* hiprio_gobj);
15
16HSD_GObj* CreateGObj(s32 where, u16 classifier, u8 p_link, u8 priority,
17 HSD_GObj* position);
18
19#endif
unsigned long u32
Definition types.h:9
unsigned short int u16
Definition types.h:7
signed long s32
Definition types.h:8
unsigned char u8
Definition types.h:5
HSD_GObj * gobj
Definition gm_19EF.c:73
Definition gobj.h:13