From 4db15e7459ab06860cb7a7e162ca6d2b52a68b9c Mon Sep 17 00:00:00 2001 From: Steven Fuller Date: Sun, 29 Jul 2001 20:57:33 +0000 Subject: More compiling. Things are starting to get hacky (adding stubs, commenting out unimplemented windows stuff, and so on). --- src/win95/aw.h | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) (limited to 'src/win95/aw.h') diff --git a/src/win95/aw.h b/src/win95/aw.h index 73c9b42..a70be64 100644 --- a/src/win95/aw.h +++ b/src/win95/aw.h @@ -4,4 +4,27 @@ struct AwBackupTexture; typedef struct AwBackupTexture * AW_BACKUPTEXTUREHANDLE; +typedef struct DIRECTDRAWSURFACE +{ + int x; +} DIRECTDRAWSURFACE; + +typedef DIRECTDRAWSURFACE * LPDIRECTDRAWSURFACE; +typedef DIRECTDRAWSURFACE DDSurface; + +typedef struct DIRECT3DTEXTURE +{ + int x; +} DIRECT3DTEXTURE; + +typedef DIRECT3DTEXTURE * LPDIRECT3DTEXTURE; +typedef DIRECT3DTEXTURE D3DTexture; + +//typedef struct D3DTEXTUREHANDLE +//{ +// int x; +//} D3DTEXTUREHANDLE; + +typedef int D3DTEXTUREHANDLE; + #endif /* _INCLUDED_AW_H_ */ -- cgit v1.3