Twilight Princess
Decompilation of The Legend of Zelda: Twilight Princess
Loading...
Searching...
No Matches
GXDisplayList.h
Go to the documentation of this file.
1#ifndef GXDISPLAYLIST_H
2#define GXDISPLAYLIST_H
3
4#include "dolphin/types.h"
5
6#ifdef __cplusplus
7extern "C" {
8#endif
9
10void GXBeginDisplayList(void* list, u32 capacity);
12void GXCallDisplayList(void* list, u32 nbytes);
13
14#ifdef __cplusplus
15};
16#endif
17
18#endif /* GXDISPLAYLIST_H */
void GXCallDisplayList(void *list, u32 nbytes)
Definition GXDisplayList.c:10
void GXBeginDisplayList(void *list, u32 capacity)
void GXEndDisplayList(void)
T cLib_calcTimer(T *value)
Definition c_lib.h:74
unsigned long u32
Definition types.h:10