summaryrefslogtreecommitdiff
path: root/src/include/shape.h
diff options
context:
space:
mode:
authorSteven Fuller <relnev@icculus.org>2001-07-05 18:05:07 +0000
committerPatryk Obara <dreamer.tan@gmail.com>2019-08-20 02:22:36 +0200
commit1fcf3c028ae1eb5072e70fa0a8a856dfbfae595b (patch)
treefa8525b82613bee8b819ce12b7e37dc044ec248c /src/include/shape.h
parent49c2203275d1e8480f8778c8d8ce2a7947278b67 (diff)
afont.c now builds
Diffstat (limited to 'src/include/shape.h')
-rw-r--r--src/include/shape.h19
1 files changed, 7 insertions, 12 deletions
diff --git a/src/include/shape.h b/src/include/shape.h
index 32ed022..e1c7919 100644
--- a/src/include/shape.h
+++ b/src/include/shape.h
@@ -1,5 +1,7 @@
#ifndef SHAPE_INCLUDED
+#define SHAPE_INCLUDED
+#include "aw.h" // AW_BACKUPTEXTUREHANDLE
/*
Header File for Shape Data
@@ -826,17 +828,12 @@ typedef struct imageheader {
TEXTURE *ImagePtr; /* Pointer to texture in memory */
- #if SupportWindows95
-
- LPDIRECTDRAWSURFACE DDSurface;
-
- LPDIRECT3DTEXTURE D3DTexture;
-
- D3DTEXTUREHANDLE D3DHandle;
-
+#if SupportWindows95
+// LPDIRECTDRAWSURFACE DDSurface;
+// LPDIRECT3DTEXTURE D3DTexture;
+// D3DTEXTUREHANDLE D3DHandle;
AW_BACKUPTEXTUREHANDLE hBackup;
-
- #endif
+#endif
int ImageNum; /* # MIP images */
char ImageName[ImageNameSize]; /* Filename */
@@ -1096,7 +1093,5 @@ typedef enum {
#endif
-#define SHAPE_INCLUDED
#endif
-