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
7extern "C" {
8#endif
9
10void GXBeginDisplayList(void *list, u32 size);
12void GXCallDisplayList( void *list, u32 nbytes);
13
14#ifdef __cplusplus
15}
16#endif
17
18#endif
void GXCallDisplayList(void *list, u32 nbytes)
void GXBeginDisplayList(void *list, u32 size)
u32 GXEndDisplayList(void)
unsigned long u32
Definition types.h:9