mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
12 lines
No EOL
230 B
C
12 lines
No EOL
230 B
C
#ifndef GAPI_H
|
|
#define GAPI_H
|
|
|
|
int GXOPENDISPLAY(HWND hWnd, DWORD dwFlags);
|
|
int GXCLOSEDISPLAY();
|
|
void * GXBEGINDRAW();
|
|
int GXENDDRAW();
|
|
struct GXDisplayProperties GXGETDISPLAYPROPERTIES();
|
|
int GXSUSPEND();
|
|
int GXRESUME();
|
|
|
|
#endif |