mirror of
https://git.do.srb2.org/KartKrew/Kart-Public.git
synced 2024-12-28 13:21:10 +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 |