summaryrefslogtreecommitdiff
path: root/common/system.h
diff options
context:
space:
mode:
Diffstat (limited to 'common/system.h')
-rwxr-xr-xcommon/system.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/common/system.h b/common/system.h
index 0918af7..540c1de 100755
--- a/common/system.h
+++ b/common/system.h
@@ -98,5 +98,8 @@ File* SystemImportClipboard();
void SystemPumpMessages();
long SystemGetTicks();
+void SystemStartProgressBar(int nLower, int nUpper, int nStep, const char* Text);
+void SytemEndProgressBar();
+void SytemStepProgressBar();
#endif // _SYSTEM_H_