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#include <dolphin/gx/GXBump.h> // IWYU pragma: export
5#include <dolphin/gx/GXCommandList.h> // IWYU pragma: export
6#include <dolphin/gx/GXCpu2Efb.h> // IWYU pragma: export
7#include <dolphin/gx/GXCull.h> // IWYU pragma: export
8#include <dolphin/gx/GXDispList.h> // IWYU pragma: export
9#include <dolphin/gx/GXDraw.h> // IWYU pragma: export
10#include <dolphin/gx/GXFifo.h> // IWYU pragma: export
11#include <dolphin/gx/GXFrameBuffer.h> // IWYU pragma: export
12#include <dolphin/gx/GXGeometry.h> // IWYU pragma: export
13#include <dolphin/gx/GXGet.h> // IWYU pragma: export
14#include <dolphin/gx/GXLighting.h> // IWYU pragma: export
15#include <dolphin/gx/GXManage.h> // IWYU pragma: export
16#include <dolphin/gx/GXPerf.h> // IWYU pragma: export
17#include <dolphin/gx/GXPixel.h> // IWYU pragma: export
18#include <dolphin/gx/GXStruct.h> // IWYU pragma: export
19#include <dolphin/gx/GXTev.h> // IWYU pragma: export
20#include <dolphin/gx/GXTexture.h> // IWYU pragma: export
21#include <dolphin/gx/GXTransform.h> // IWYU pragma: export
22#include <dolphin/gx/GXVerify.h> // IWYU pragma: export
23#include <dolphin/gx/GXVert.h> // IWYU pragma: export
24
25// unsorted GX externs
26
27#ifdef __cplusplus
28extern "C" {
29#endif
30
31// GXMisc
32void (*GXSetDrawSyncCallback(void (*cb)(unsigned short)))(unsigned short);
33void GXSetDrawSync(unsigned short token);
34
35#ifdef __cplusplus
36}
37#endif
38
39#endif
void(*)(unsigned short) GXSetDrawSyncCallback(void(*cb)(unsigned short))
Definition gx.h:32
void GXSetDrawSync(unsigned short token)