diff options
| author | Steven Fuller <relnev@icculus.org> | 2001-12-06 03:40:38 +0000 |
|---|---|---|
| committer | Patryk Obara <dreamer.tan@gmail.com> | 2019-08-20 02:22:37 +0200 |
| commit | bdb3cff6fdc8675fd38f26930181ebad8c8bbef5 (patch) | |
| tree | 0cd1096fad6c92dde6fcba67d3728a15639d8558 /src/win95 | |
| parent | 9a32158ae895b2be5736ecb942dcf1c1046d5033 (diff) | |
Implemented the Progress Bar during Loading.
Diffstat (limited to 'src/win95')
| -rw-r--r-- | src/win95/aw.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/win95/aw.h b/src/win95/aw.h index 902d9f4..0a7ac4b 100644 --- a/src/win95/aw.h +++ b/src/win95/aw.h @@ -6,6 +6,7 @@ typedef struct AwBackupTexture * AW_BACKUPTEXTUREHANDLE; typedef struct DIRECTDRAWSURFACE { + unsigned char *buf; int id; int w; @@ -20,7 +21,6 @@ typedef DIRECTDRAWSURFACE DDSurface; typedef struct DIRECT3DTEXTURE { unsigned char *buf; - int id; int w; |
