fledge68 02da650191 - added plugins branch
- added snes_gx 4.3.4
2016-05-22 00:54:38 +00:00

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