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
7
extern
"C"
{
8
#endif
9
10
void
GXBeginDisplayList
(
void
*
list
,
u32
capacity);
11
void
GXEndDisplayList
(
void
);
12
void
GXCallDisplayList
(
void
*
list
,
u32
nbytes
);
13
14
#ifdef __cplusplus
15
};
16
#endif
17
18
#endif
/* GXDISPLAYLIST_H */
GXCallDisplayList
void GXCallDisplayList(void *list, u32 nbytes)
Definition
GXDisplayList.c:10
GXBeginDisplayList
void GXBeginDisplayList(void *list, u32 capacity)
GXEndDisplayList
void GXEndDisplayList(void)
cLib_calcTimer
T cLib_calcTimer(T *value)
Definition
c_lib.h:74
types.h
u32
unsigned long u32
Definition
types.h:10
include
dolphin
gx
GXDisplayList.h
Generated by
1.9.8