| Line 38... |
Line 38... |
| 38 |
bool read(const Utils::String &dir, CProgressInfo *progress = NULL);
|
38 |
bool read(const Utils::String &dir, CProgressInfo *progress = NULL);
|
| 39 |
void Startup(CyString dir, CyString tempDir, CyString myDoc, CyString mod = NullString);
|
39 |
void Startup(CyString dir, CyString tempDir, CyString myDoc, CyString mod = NullString);
|
| 40 |
void startup(const Utils::String &dir, const Utils::String &tempDir, const Utils::String &myDoc);
|
40 |
void startup(const Utils::String &dir, const Utils::String &tempDir, const Utils::String &myDoc);
|
| 41 |
void startup(const Utils::String &dir, const Utils::String &tempDir, const Utils::String &myDoc, const Utils::String &mod);
|
41 |
void startup(const Utils::String &dir, const Utils::String &tempDir, const Utils::String &myDoc, const Utils::String &mod);
|
| 42 |
|
42 |
|
| - |
|
43 |
bool extractAll(CBaseFile *baseFile, const Utils::String &dir, int game, bool includedir = true, CProgressInfo *progress = NULL) const;
|
| 43 |
bool generatePackagerScript(CBaseFile *baseFile, bool wildcard, Utils::CStringList *list, int game, bool datafile = false) const;
|
44 |
bool generatePackagerScript(CBaseFile *baseFile, bool wildcard, Utils::CStringList *list, int game, bool datafile = false) const;
|
| 44 |
CBaseFile *LoadPackagerScript(CyString filename, int compression, Utils::String (*askFunc)(const Utils::String &), CyStringList *malformedLines = NULL, CyStringList *unknownCommands = NULL, CyStringList *variables = NULL);
|
45 |
CBaseFile *LoadPackagerScript(CyString filename, int compression, Utils::String (*askFunc)(const Utils::String &), CyStringList *malformedLines = NULL, CyStringList *unknownCommands = NULL, CyStringList *variables = NULL);
|
| 45 |
CyStringList *GetGlobals() { return &m_lGlobals; }
|
46 |
CyStringList *GetGlobals() { return &m_lGlobals; }
|
| 46 |
CyStringList *GetFakePatchOrder() { return &m_lFakePatchOrder; }
|
47 |
CyStringList *GetFakePatchOrder() { return &m_lFakePatchOrder; }
|
| 47 |
Utils::String getCurrentDirectory() const;
|
48 |
Utils::String getCurrentDirectory() const;
|