SSBM Decomp
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
#include <
dolphin/types.h
>
5
6
#ifdef __cplusplus
7
extern
"C"
{
8
#endif
9
10
void
GXBeginDisplayList
(
void
*list,
u32
size);
11
u32
GXEndDisplayList
(
void
);
12
void
GXCallDisplayList
(
void
*list,
u32
nbytes);
13
14
#ifdef __cplusplus
15
}
16
#endif
17
18
#endif
GXCallDisplayList
void GXCallDisplayList(void *list, u32 nbytes)
GXBeginDisplayList
void GXBeginDisplayList(void *list, u32 size)
GXEndDisplayList
u32 GXEndDisplayList(void)
types.h
u32
unsigned long u32
Definition
types.h:9
extern
dolphin
include
dolphin
gx
GXDispList.h
Generated by
1.15.0