This commit is contained in:
Glenn Maynard
2005-07-15 23:31:58 +00:00
parent a18ec93ccf
commit e8656a2420
+2 -2
View File
@@ -94,8 +94,6 @@ public:
void LoadExit(); void LoadExit();
void SetOptionIcon( PlayerNumber pn, const CString &sText ); void SetOptionIcon( PlayerNumber pn, const CString &sText );
CString GetRowTitle() const;
void ImportOptions( const vector<PlayerNumber> &vpns ); void ImportOptions( const vector<PlayerNumber> &vpns );
int ExportOptions( const vector<PlayerNumber> &vpns, bool bRowHasFocus[NUM_PLAYERS] ); int ExportOptions( const vector<PlayerNumber> &vpns, bool bRowHasFocus[NUM_PLAYERS] );
@@ -167,6 +165,8 @@ public:
virtual void HandleMessage( const CString& sMessage ); virtual void HandleMessage( const CString& sMessage );
protected: protected:
CString GetRowTitle() const;
CString m_sType; CString m_sType;
OptionRowDefinition m_RowDef; OptionRowDefinition m_RowDef;
RowType m_RowType; RowType m_RowType;