diff options
| author | Steven Fuller <relnev@icculus.org> | 2001-08-07 03:16:27 +0000 |
|---|---|---|
| committer | Patryk Obara <dreamer.tan@gmail.com> | 2019-08-20 02:22:36 +0200 |
| commit | 78cdb29e7aa6860640b9ab77994b17b22840cf11 (patch) | |
| tree | e814bcff1ea12e5123f81156bb671f76f3b2ea85 /src/win95/vramtime.h | |
| parent | 455f56573ef8378ad1297970829e227c80525959 (diff) | |
Removed several unused files.
Diffstat (limited to 'src/win95/vramtime.h')
| -rw-r--r-- | src/win95/vramtime.h | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/src/win95/vramtime.h b/src/win95/vramtime.h deleted file mode 100644 index aa740c2..0000000 --- a/src/win95/vramtime.h +++ /dev/null @@ -1,25 +0,0 @@ -#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_ */ |
