senhor saturno~~~~~

This commit is contained in:
Flameshadowxeroshin
2011-09-25 21:21:21 -05:00
parent f40d37f2b6
commit 400e10e79b
2 changed files with 1575 additions and 1573 deletions
+1
View File
@@ -1347,6 +1347,7 @@ public:
ADD_METHOD( FocusedItemEndsScreen );
ADD_METHOD( GetCurrentRowIndex );
ADD_METHOD( GetOptionRow );
//ADD_METHOD( SetOptionRowFromName );
}
};
+1
View File
@@ -97,6 +97,7 @@ protected:
int GetCurrentRow( PlayerNumber pn = PLAYER_1 ) const { return m_iCurrentRow[pn]; }
bool AllAreOnLastRow() const;
OptionRow* GetRow( int iRow ) const { return m_pRows[iRow]; }
//void SetOptionRowFromName( const RString& nombre );
protected: // derived classes need access to these
enum Navigation { NAV_THREE_KEY, NAV_THREE_KEY_MENU, NAV_THREE_KEY_ALT, NAV_FIVE_KEY, NAV_TOGGLE_THREE_KEY, NAV_TOGGLE_FIVE_KEY };