Subversion Repositories spk

Rev

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

Rev 58 Rev 65
Line 274... Line 274...
274
	bool RenameTextFile(CyString textid, int languageid, CyStringList *errors);
274
	bool RenameTextFile(CyString textid, int languageid, CyStringList *errors);
275
	void AddTextFileToScripts(C_File *file, CyString textid);
275
	void AddTextFileToScripts(C_File *file, CyString textid);
276
	void CreatePluginManagerText();
276
	void CreatePluginManagerText();
277
 
277
 
278
	// game control
278
	// game control
279
	void CreateEMPFile(CyString progDir = CyString::NullString);
279
	void CreateEMPFile(CyString progDir = NullString);
280
	void CreateWareFiles();
280
	void CreateWareFiles();
281
	int ExtractGameFile(CyString aFilename, CyString aTo, CyString dir = NullString, CyString addon = NullString);
281
	int ExtractGameFile(CyString aFilename, CyString aTo, CyString dir = NullString, CyString addon = NullString);
282
	void CreateDummies();
282
	void CreateDummies();
283
	void CreateComponants();
283
	void CreateComponants();
284
	void CreateCutData();
284
	void CreateCutData();