summaryrefslogtreecommitdiff
path: root/src/include/shape.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/shape.h')
-rw-r--r--src/include/shape.h6
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