afont.c now builds

This commit is contained in:
Steven Fuller 2001-07-05 18:05:07 +00:00 committed by Patryk Obara
parent 49c2203275
commit 1fcf3c028a
8 changed files with 24 additions and 74 deletions

View file

@ -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