Initial community commit
This commit is contained in:
parent
537bcbc862
commit
fc06254474
16440 changed files with 4239995 additions and 2 deletions
10
Src/external_dependencies/openmpt-trunk/include/unrar/volume.hpp
vendored
Normal file
10
Src/external_dependencies/openmpt-trunk/include/unrar/volume.hpp
vendored
Normal file
|
@ -0,0 +1,10 @@
|
|||
#ifndef _RAR_VOLUME_
|
||||
#define _RAR_VOLUME_
|
||||
|
||||
void SplitArchive(Archive &Arc,FileHeader *fh,int64 *HeaderPos,
|
||||
ComprDataIO *DataIO);
|
||||
bool MergeArchive(Archive &Arc,ComprDataIO *DataIO,bool ShowFileName,
|
||||
wchar Command);
|
||||
void SetVolWrite(Archive &Dest,int64 VolSize);
|
||||
|
||||
#endif
|
Loading…
Add table
Add a link
Reference in a new issue