mirror of
https://github.com/WinampDesktop/winamp.git
synced 2025-01-07 18:11:54 -05:00
8 lines
146 B
C++
Vendored
8 lines
146 B
C++
Vendored
#ifndef _RAR_SMALLFN_
|
|
#define _RAR_SMALLFN_
|
|
|
|
int ToPercent(int64 N1,int64 N2);
|
|
int ToPercentUnlim(int64 N1,int64 N2);
|
|
void RARInitData();
|
|
|
|
#endif
|