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/include | |
| 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/include')
| -rw-r--r-- | src/include/shape.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/include/shape.h b/src/include/shape.h index e1c7919..9bd7e6c 100644 --- a/src/include/shape.h +++ b/src/include/shape.h @@ -829,9 +829,9 @@ typedef struct imageheader { TEXTURE *ImagePtr; /* Pointer to texture in memory */ #if SupportWindows95 -// LPDIRECTDRAWSURFACE DDSurface; -// LPDIRECT3DTEXTURE D3DTexture; -// D3DTEXTUREHANDLE D3DHandle; + LPDIRECTDRAWSURFACE DDSurface; + LPDIRECT3DTEXTURE D3DTexture; + D3DTEXTUREHANDLE D3DHandle; AW_BACKUPTEXTUREHANDLE hBackup; #endif |
