Implemented the Progress Bar during Loading.
This commit is contained in:
parent
9a32158ae8
commit
bdb3cff6fd
4 changed files with 86 additions and 24 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue