summaryrefslogtreecommitdiff
path: root/src/win95/aw.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/win95/aw.h')
-rw-r--r--src/win95/aw.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/win95/aw.h b/src/win95/aw.h
index ed35da4..70717b0 100644
--- a/src/win95/aw.h
+++ b/src/win95/aw.h
@@ -11,7 +11,6 @@ typedef struct DIRECTDRAWSURFACE
int w;
int h;
unsigned char *data;
- int type;
} DIRECTDRAWSURFACE;
typedef DIRECTDRAWSURFACE * LPDIRECTDRAWSURFACE;
@@ -24,7 +23,6 @@ typedef struct DIRECT3DTEXTURE
int w;
int h;
unsigned char *data;
- int type;
} DIRECT3DTEXTURE;
typedef DIRECT3DTEXTURE * LPDIRECT3DTEXTURE;