Twilight Princess
Decompilation of The Legend of Zelda: Twilight Princess
Loading...
Searching...
No Matches
GXDispList.h
Go to the documentation of this file.
1#ifndef _DOLPHIN_GX_GXDISPLIST_H_
2#define _DOLPHIN_GX_GXDISPLIST_H_
3
4#ifdef __REVOLUTION_SDK__
6#else
7#include <dolphin/types.h>
8
9#ifdef __cplusplus
10extern "C" {
11#endif
12
13void GXBeginDisplayList(void* list, u32 size);
15void GXCallDisplayList(void* list, u32 nbytes);
16
17#ifdef __cplusplus
18}
19#endif
20
21#endif
22#endif
void GXCallDisplayList(void *list, u32 nbytes)
Definition GXDisplayList.c:78
void GXBeginDisplayList(void *list, u32 size)
Definition GXDisplayList.c:12
u32 GXEndDisplayList(void)
Definition GXDisplayList.c:41
unsigned int size
Definition __os.h:106
unsigned long u32
Definition types.h:12