mirror of
https://github.com/Xevion/easy7zip.git
synced 2025-12-07 16:07:05 -06:00
8 lines
107 B
C++
Executable File
8 lines
107 B
C++
Executable File
#ifndef _RAR_SMALLFN_
|
|
#define _RAR_SMALLFN_
|
|
|
|
int ToPercent(Int64 N1,Int64 N2);
|
|
void RARInitData();
|
|
|
|
#endif
|