diff options
Diffstat (limited to '3dc/win95/VRAMTIME.H')
| -rw-r--r-- | 3dc/win95/VRAMTIME.H | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/3dc/win95/VRAMTIME.H b/3dc/win95/VRAMTIME.H new file mode 100644 index 0000000..aa740c2 --- /dev/null +++ b/3dc/win95/VRAMTIME.H @@ -0,0 +1,25 @@ +#ifndef _included_vramtime_h_ +#define _included_vramtime_h_ + +#ifdef __cplusplus +extern "C" { +#endif + +typedef enum VramWaitState +{ + VWS_DDRELEASE, + VWS_D3DTEXRELEASE, + VWS_DDCREATE, + VWS_D3DTEXCREATE, + VWS_UNKNOWN, + VWS_MAXSTATES + +} VRAM_WAIT_STATE; + +void WaitForVRamReady(VRAM_WAIT_STATE); + +#ifdef __cplusplus +} +#endif + +#endif /* ! _included_vramtime_h_ */ |
