Subversion Repositories spk

Rev

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

Rev 52 Rev 88
Line 103... Line 103...
103
	bool   IsAnotherMod() const		{ if ( (m_sOtherName.empty()) || (m_sOtherAuthor.empty()) ) return false; return true; }
103
	bool   IsAnotherMod() const		{ if ( (m_sOtherName.empty()) || (m_sOtherAuthor.empty()) ) return false; return true; }
104
	bool   IsForceProfile() const	{ return m_bForceProfile; }
104
	bool   IsForceProfile() const	{ return m_bForceProfile; }
105
	int		GetScriptType() const	{ return m_iScriptType; }
105
	int		GetScriptType() const	{ return m_iScriptType; }
106
	int		GetPackageType() const	{ return m_iPackageType; }
106
	int		GetPackageType() const	{ return m_iPackageType; }
107
 
107
 
-
 
108
	virtual bool readWares(int iLang, CLinkList<SWareEntry> &list, const Utils::String &empWares);
-
 
109
 
108
	// Custom Start
110
	// Custom Start
109
	Utils::String GetCustomStartName() const;
111
	Utils::String GetCustomStartName() const;
110
 
112
 
111
	// set functions
113
	// set functions
112
	void SetScriptType	 ( const Utils::String &str ) { m_sScriptType = str; _changed(); }
114
	void SetScriptType	 ( const Utils::String &str ) { m_sScriptType = str; _changed(); }