afont.c now builds
This commit is contained in:
parent
49c2203275
commit
1fcf3c028a
8 changed files with 24 additions and 74 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue