| Line 149... |
Line 149... |
| 149 |
bool RemoveSharedFile(C_File *file, CyStringList *errors = NULL);
|
149 |
bool RemoveSharedFile(C_File *file, CyStringList *errors = NULL);
|
| 150 |
void ShufflePatchTo(C_File *file, int to, CyStringList *errors);
|
150 |
void ShufflePatchTo(C_File *file, int to, CyStringList *errors);
|
| 151 |
void ShuffleFakePatches(CyStringList *errors);
|
151 |
void ShuffleFakePatches(CyStringList *errors);
|
| 152 |
void ShuffleTextFiles(CyStringList *errors);
|
152 |
void ShuffleTextFiles(CyStringList *errors);
|
| 153 |
int FindNextFakePatch(int start = 0, CyString dir = NullString);
|
153 |
int FindNextFakePatch(int start = 0, CyString dir = NullString);
|
| 154 |
int FindNextTextFile(int start = 3, CyString dir = NullString);
|
154 |
unsigned int findNextTextFile(unsigned int start = 4) const;
|
| - |
|
155 |
unsigned int findNextTextFile(const Utils::String &dir, unsigned int start = 4) const;
|
| 155 |
int FindLastFakePatch(int start = 99, CyString dir = NullString);
|
156 |
int FindLastFakePatch(int start = 99, CyString dir = NullString);
|
| 156 |
int FindLastTextFile(int start = 9999, CyString dir = NullString);
|
157 |
int FindLastTextFile(int start = 9999, CyString dir = NullString);
|
| 157 |
int FindLowestFakePatchInstalled();
|
158 |
int FindLowestFakePatchInstalled();
|
| 158 |
void ReadGameLanguage(bool force = true);
|
159 |
void ReadGameLanguage(bool force = true);
|
| 159 |
int RemoveAllPackages(CyStringList *errors = NULL, CProgressInfo *progress = NULL);
|
160 |
int RemoveAllPackages(CyStringList *errors = NULL, CProgressInfo *progress = NULL);
|