LoadOptionIcon -> SetOptionIcon

This commit is contained in:
Glenn Maynard
2005-07-15 05:43:10 +00:00
parent 5c441a5fdf
commit d9068e601d
5 changed files with 7 additions and 9 deletions
+1 -1
View File
@@ -81,7 +81,7 @@ protected:
bool AllAreOnLastRow() const;
protected: // derived classes need access to these
void LoadOptionIcon( PlayerNumber pn, int iRow, CString sText );
void SetOptionIcon( PlayerNumber pn, int iRow, CString sText );
enum Navigation { NAV_THREE_KEY, NAV_THREE_KEY_MENU, NAV_FIVE_KEY, NAV_TOGGLE_THREE_KEY, NAV_TOGGLE_FIVE_KEY };
void SetNavigation( Navigation nav ) { m_OptionsNavigation = nav; }
void SetInputMode( InputMode im ) { m_InputMode = im; }