This commit is contained in:
Daveo 2001-07-04 18:19:13 +00:00
parent 6f1def2d0a
commit e59981cf94
18 changed files with 139 additions and 87 deletions

View file

@ -124,6 +124,7 @@ static void EnableASync(bool f) {ASyncFlag=f;}
static void AddASyncFile(FileEquate file,u8 *Dst);
static void LoadASyncFiles();
static void setLogging(bool f) {LogFlag=f;}
private:
static void CheckChunk();
@ -137,6 +138,7 @@ static DataBankEquate CurrentDataBank;
static sFAT *MainFAT;
static sASyncQueue ASyncQueue;
static bool ASyncFlag;
static bool LogFlag;
};
/*****************************************************************************/