Implemented the Progress Bar during Loading.

This commit is contained in:
Steven Fuller 2001-12-06 03:40:38 +00:00 committed by Patryk Obara
parent 9a32158ae8
commit bdb3cff6fd
4 changed files with 86 additions and 24 deletions

View file

@ -6,6 +6,7 @@ typedef struct AwBackupTexture * AW_BACKUPTEXTUREHANDLE;
typedef struct DIRECTDRAWSURFACE
{
unsigned char *buf;
int id;
int w;
@ -20,7 +21,6 @@ typedef DIRECTDRAWSURFACE DDSurface;
typedef struct DIRECT3DTEXTURE
{
unsigned char *buf;
int id;
int w;