| Line 222... |
Line 222... |
| 222 |
void RestoreSaves() { RestoreSaves(m_bVanilla); }
|
222 |
void RestoreSaves() { RestoreSaves(m_bVanilla); }
|
| 223 |
void RestoreSaves(bool vanilla);
|
223 |
void RestoreSaves(bool vanilla);
|
| 224 |
bool UnPackFile(CyString filename, bool checkxml = true);
|
224 |
bool UnPackFile(CyString filename, bool checkxml = true);
|
| 225 |
bool PackFile(CyString filename);
|
225 |
bool PackFile(CyString filename);
|
| 226 |
bool PackFile(CFileIO *File, CyString filename);
|
226 |
bool PackFile(CFileIO *File, CyString filename);
|
| 227 |
CyString ConvertTextString(CyString text);
|
227 |
Utils::String ConvertTextString(const Utils::String &text);
|
| 228 |
void LoadVirtualFileSystem();
|
228 |
void LoadVirtualFileSystem();
|
| 229 |
bool CheckAccessRights(CyString dir);
|
229 |
bool CheckAccessRights(CyString dir);
|
| 230 |
bool LoadShipData(CyString file, CyStringList *list);
|
230 |
bool LoadShipData(CyString file, CyStringList *list);
|
| 231 |
bool LoadShipData(CVirtualFileSystem *pVfs, CyStringList *list);
|
231 |
bool LoadShipData(CVirtualFileSystem *pVfs, CyStringList *list);
|
| 232 |
bool ReadTextPage(CyString file, CyStringList *list, bool search, int page);
|
232 |
bool ReadTextPage(CyString file, CyStringList *list, bool search, int page);
|