mirror of
https://github.com/Fledge68/WiiFlow_Lite.git
synced 2025-01-28 03:25:27 +01:00
02da650191
- added snes_gx 4.3.4
10 lines
302 B
C++
10 lines
302 B
C++
#ifndef _RAR_FILESTR_
|
|
#define _RAR_FILESTR_
|
|
|
|
bool ReadTextFile(const char *Name,StringList *List,bool Config,
|
|
bool AbortOnError=false,RAR_CHARSET SrcCharset=RCH_DEFAULT,
|
|
bool Unquote=false,bool SkipComments=false,
|
|
bool ExpandEnvStr=false);
|
|
|
|
#endif
|