winamp/Src/external_dependencies/openmpt-trunk/include/unrar/smallfn.hpp

9 lines
146 B
C++
Raw Normal View History

2024-09-24 12:54:57 +00:00
#ifndef _RAR_SMALLFN_
#define _RAR_SMALLFN_
int ToPercent(int64 N1,int64 N2);
int ToPercentUnlim(int64 N1,int64 N2);
void RARInitData();
#endif