mirror of
https://github.com/Fledge68/WiiFlow_Lite.git
synced 2025-01-14 21:09:08 +01:00
02da650191
- added snes_gx 4.3.4
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
|