Subversion Repositories spk

Rev

Rev 165 | Rev 170 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 165 Rev 166
Line 223... Line 223...
223
	bool AddTextFromFile(const Utils::String &file, int textId = -1);
223
	bool AddTextFromFile(const Utils::String &file, int textId = -1);
224
	bool ImportBodies(CyStringList *sceneModels, const Utils::String &filename);
224
	bool ImportBodies(CyStringList *sceneModels, const Utils::String &filename);
225
	bool ImportCockpits(const Utils::String &filename);
225
	bool ImportCockpits(const Utils::String &filename);
226
	Utils::String FormatShipData(CyStringList *cockpits, int *text, int game);
226
	Utils::String FormatShipData(CyStringList *cockpits, int *text, int game);
227
 
227
 
228
	virtual bool LoadPackageData(const Utils::String &sFfirst, const Utils::String &sRest, const Utils::String &sMainGame, Utils::CStringList &otherGames, Utils::CStringList &gameAddons, CProgressInfo *progress = NULL) override;
228
	virtual bool LoadPackageData(const Utils::String &sFirst, const Utils::String &sRest, const Utils::String &sMainGame, Utils::CStringList &otherGames, Utils::CStringList &gameAddons, CProgressInfo *progress = NULL) override;
229
	virtual bool GeneratePackagerScript(bool wildcard, Utils::CStringList *list, int game, const Utils::CStringList &gameAddons, bool datafile = false) override;
229
	virtual bool GeneratePackagerScript(bool wildcard, Utils::CStringList *list, int game, const Utils::CStringList &gameAddons, bool datafile = false) override;
230
	virtual void addGeneratedFiles(HZIP &hz);
230
	virtual void addGeneratedFiles(HZIP &hz);
231
 
231
 
232
protected:
232
protected:
233
	virtual void Delete ();
233
	virtual void Delete ();