Initial community commit
This commit is contained in:
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
|
||||
Reference in New Issue
Block a user