diff options
| author | Steven Fuller <relnev@icculus.org> | 2001-07-29 20:57:33 +0000 |
|---|---|---|
| committer | Patryk Obara <dreamer.tan@gmail.com> | 2019-08-20 02:22:36 +0200 |
| commit | 4db15e7459ab06860cb7a7e162ca6d2b52a68b9c (patch) | |
| tree | d26b85d52ff351d029f8138b58fbebee3464c1e1 /src/win95/aw.h | |
| parent | 5c497c61a656f338eb9599fb5f364ad853d0eccf (diff) | |
More compiling. Things are starting to get hacky (adding stubs, commenting
out unimplemented windows stuff, and so on).
Diffstat (limited to 'src/win95/aw.h')
| -rw-r--r-- | src/win95/aw.h | 23 |
1 files changed, 23 insertions, 0 deletions
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_ */ |
