mirror of
https://github.com/brian8544/turtle-wow.git
synced 2025-01-03 21:34:35 +00:00
14 lines
194 B
C
14 lines
194 B
C
|
#pragma once
|
||
|
|
||
|
|
||
|
enum EPatcherStage
|
||
|
{
|
||
|
STAGE_INIT,
|
||
|
STAGE_BINARY_PATCH,
|
||
|
STAGE_DOWNLOADING,
|
||
|
STAGE_CLEAR_CACHE,
|
||
|
STAGE_UNPACK_FILES,
|
||
|
STAGE_DONE
|
||
|
};
|
||
|
|
||
|
extern unsigned long long TotalBytesToDownload;
|