SSBM Decomp
Loading...
Searching...
No Matches
gx.h
Go to the documentation of this file.
1#ifndef _DOLPHIN_GX_H_
2#define _DOLPHIN_GX_H_
3
4// IWYU pragma: begin_exports
5#include <dolphin/gx/GXBump.h>
8#include <dolphin/gx/GXCull.h>
10#include <dolphin/gx/GXDraw.h>
11#include <dolphin/gx/GXFifo.h>
14#include <dolphin/gx/GXGet.h>
16#include <dolphin/gx/GXManage.h>
17#include <dolphin/gx/GXPerf.h>
18#include <dolphin/gx/GXPixel.h>
19#include <dolphin/gx/GXStruct.h>
20#include <dolphin/gx/GXTev.h>
23#include <dolphin/gx/GXVerify.h>
24#include <dolphin/gx/GXVert.h>
25// IWYU pragma: end_exports
26
27// unsorted GX externs
28
29#ifdef __cplusplus
30extern "C" {
31#endif
32
33// GXMisc
34void (*GXSetDrawSyncCallback(void (*cb)(unsigned short)))(unsigned short);
35void GXSetDrawSync(unsigned short token);
36
37#ifdef __cplusplus
38}
39#endif
40
41#endif
void(*)(unsigned short) GXSetDrawSyncCallback(void(*cb)(unsigned short))
Definition gx.h:34
void GXSetDrawSync(unsigned short token)