mirror of
https://github.com/Xevion/easy7zip.git
synced 2025-12-10 20:07:05 -06:00
11 lines
197 B
C++
Executable File
11 lines
197 B
C++
Executable File
#ifndef _RAR_SYSTEM_
|
|
#define _RAR_SYSTEM_
|
|
|
|
void InitSystemOptions(int SleepTime);
|
|
void SetPriority(int Priority);
|
|
void Wait();
|
|
bool EmailFile(char *FileName,char *MailTo);
|
|
void Shutdown();
|
|
|
|
#endif
|