Subversion Repositories spk

Rev

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

Rev 52 Rev 98
Line 204... Line 204...
204
	bool AddTextFromFile(const Utils::String &file, int textId = -1);
204
	bool AddTextFromFile(const Utils::String &file, int textId = -1);
205
	bool ImportBodies(CyStringList *sceneModels, const Utils::String &filename);
205
	bool ImportBodies(CyStringList *sceneModels, const Utils::String &filename);
206
	bool ImportCockpits(const Utils::String &filename);
206
	bool ImportCockpits(const Utils::String &filename);
207
	Utils::String FormatShipData(CyStringList *cockpits, int *text, int game);
207
	Utils::String FormatShipData(CyStringList *cockpits, int *text, int game);
208
 
208
 
209
	virtual bool LoadPackageData(const Utils::String &sFfirst, const Utils::String &sRest);
209
	virtual bool LoadPackageData(const Utils::String &sFfirst, const Utils::String &sRest, const Utils::String &sMainGame, Utils::CStringList &otherGames);
210
	virtual bool GeneratePackagerScript(bool wildcard, CyStringList *list, bool datafile = false);
210
	virtual bool GeneratePackagerScript(bool wildcard, CyStringList *list, bool datafile = false);
211
 
211
 
212
protected:
212
protected:
213
	virtual void Delete ();
213
	virtual void Delete ();
214
	virtual void SetDefaults ();
214
	virtual void SetDefaults ();