summaryrefslogtreecommitdiff
path: root/src/win95/aw.h
diff options
context:
space:
mode:
authorSteven Fuller <relnev@icculus.org>2001-08-11 03:36:48 +0000
committerPatryk Obara <dreamer.tan@gmail.com>2019-08-20 02:22:36 +0200
commit9dadcb80240ed2e8df118d92940a954f0e7e669e (patch)
tree5feefeb5d8a7d1c56678750110afecc84cbc7b7f /src/win95/aw.h
parentefc384b7b35943fa96249f747bfa08d22f96242a (diff)
Threw in texture loading/drawing.
Blending modes (color/texture) are problematic and texture coordinates aren't yet perfect.
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;