mirror of
https://github.com/Fledge68/WiiFlow_Lite.git
synced 2025-01-28 11:35:28 +01:00
10 lines
262 B
C++
10 lines
262 B
C++
|
#ifndef _RAR_ULINKS_
|
||
|
#define _RAR_ULINKS_
|
||
|
|
||
|
void SaveLinkData(ComprDataIO &DataIO,Archive &TempArc,FileHeader &hd,
|
||
|
char *Name);
|
||
|
int ExtractLink(ComprDataIO &DataIO,Archive &Arc,char *DestName,
|
||
|
uint &LinkCRC,bool Create);
|
||
|
|
||
|
#endif
|