Subversion Repositories spk

Rev

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

Rev 88 Rev 89
Line 308... Line 308...
308
	CyStringList *CreateCockpits();
308
	CyStringList *CreateCockpits();
309
	void CreateCustomStarts();
309
	void CreateCustomStarts();
310
	void AddCreatedFile(CyString file);
310
	void AddCreatedFile(CyString file);
311
	
311
	
312
	bool ReadGlobals(CyStringList &globals);
312
	bool ReadGlobals(CyStringList &globals);
313
	bool readWares(Utils::CStringList &list);
313
	bool readWares(int iLang, CLinkList<SWareEntry> &list);
-
 
314
	bool readCommands(int iLang, CLinkList<SCommandSlot> &list);
-
 
315
	bool readWingCommands(int iLang, CLinkList<SCommandSlot> &list);
314
	int  empOveridePrice(int id);
316
	int  empOveridePrice(int id);
315
	bool empOverideNoto(int id, int *noto);
317
	bool empOverideNoto(int id, int *noto);
316
	int  builtInWareOveridePrice(int id);
318
	int  builtInWareOveridePrice(int id);
317
	bool builtInWareOverideNoto(int id, int *noto);
319
	bool builtInWareOverideNoto(int id, int *noto);
318
	int  customWareOveridePrice(const Utils::String &id);
320
	int  customWareOveridePrice(const Utils::String &id);