mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2024-11-19 02:53:20 +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 |