Subversion Repositories spk

Rev

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

Rev 94 Rev 98
Line 105... Line 105...
105
	void SetCustomStart() { this->SetPackageType(PACKAGETYPE_CUSTOMSTART); }
105
	void SetCustomStart() { this->SetPackageType(PACKAGETYPE_CUSTOMSTART); }
106
	void SetPackageUpdate() { this->SetPackageType(PACKAGETYPE_UPDATE); }
106
	void SetPackageUpdate() { this->SetPackageType(PACKAGETYPE_UPDATE); }
107
	void SetNormalPackage() { this->SetPackageType(PACKAGETYPE_NORMAL); }
107
	void SetNormalPackage() { this->SetPackageType(PACKAGETYPE_NORMAL); }
108
	void SetScriptType(int i) { SetNormalPackage(); m_iScriptType = i; _changed(); }
108
	void SetScriptType(int i) { SetNormalPackage(); m_iScriptType = i; _changed(); }
109
 
109
 
110
	virtual bool LoadPackageData(const Utils::String &sFfirst, const Utils::String &sRest);
110
	virtual bool LoadPackageData(const Utils::String &sFfirst, const Utils::String &sRest, const Utils::String &sMainGame, Utils::CStringList &otherGames);
111
	virtual bool GeneratePackagerScript(bool wildcard, CyStringList *list, bool datafile = false);
111
	virtual bool GeneratePackagerScript(bool wildcard, CyStringList *list, bool datafile = false);
112
 
112
 
113
	CSpkFile();
113
	CSpkFile();
114
	virtual ~CSpkFile();
114
	virtual ~CSpkFile();
115
 
115