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 <platform.h>
5
6#include "baselib/forward.h"
7
8#include "baselib/gobj.h"
9
11void HSD_GObjPLink_8039032C(u32 arg0, HSD_GObj* gobj, u8 p_link, u8 priority,
12 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
An unsigned 32-bit integer.
Definition platform.h:26
unsigned short u16
An unsigned 16-bit integer.
Definition platform.h:23
signed long s32
A signed 32-bit integer.
Definition platform.h:14
unsigned char u8
An unsigned 8-bit integer.
Definition platform.h:20
Definition gobj.h:25