diff options
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; |
