Line 136... |
Line 136... |
136 |
C_File *GetNextFile(C_File *prev) const;
|
136 |
C_File *GetNextFile(C_File *prev) const;
|
137 |
C_File *GetPrevFile(C_File *next) const;
|
137 |
C_File *GetPrevFile(C_File *next) const;
|
138 |
|
138 |
|
139 |
virtual Utils::String CreateValuesLine () const;
|
139 |
virtual Utils::String CreateValuesLine () const;
|
140 |
|
140 |
|
141 |
virtual bool LoadPackageData(const Utils::String &sFfirst, const Utils::String &sRest, const Utils::String &sMainGame, Utils::CStringList &otherGames, Utils::CStringList &gameAddons, CProgressInfo *progress);
|
141 |
virtual bool LoadPackageData(const Utils::String &sFirst, const Utils::String &sRest, const Utils::String &sMainGame, Utils::CStringList &otherGames, Utils::CStringList &gameAddons, CProgressInfo *progress);
|
142 |
virtual bool GeneratePackagerScript(bool wildcard, Utils::CStringList *list, int game, const Utils::CStringList &gameAddons, bool datafile = false);
|
142 |
virtual bool GeneratePackagerScript(bool wildcard, Utils::CStringList *list, int game, const Utils::CStringList &gameAddons, bool datafile = false);
|
143 |
virtual bool GeneratePackagerScriptFile(bool wildcard, Utils::CStringList *list, int game, const Utils::CStringList &gameAddons);
|
143 |
virtual bool GeneratePackagerScriptFile(bool wildcard, Utils::CStringList *list, int game, const Utils::CStringList &gameAddons);
|
144 |
|
144 |
|
145 |
void ConvertNormalMod(C_File *f, CyString to);
|
145 |
void ConvertNormalMod(C_File *f, CyString to);
|
146 |
void ConvertFakePatch(C_File *f);
|
146 |
void ConvertFakePatch(C_File *f);
|