mirror of
https://github.com/brian8544/turtle-wow.git
synced 2024-12-31 20:04: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; |