MenuX(PlayerNumber) -> MenuX(InputEventPlus)

This commit is contained in:
Glenn Maynard
2006-09-14 21:18:39 +00:00
parent 222b082f55
commit 3f96734e6c
12 changed files with 92 additions and 75 deletions
+4 -4
View File
@@ -14,12 +14,12 @@ public:
private:
void MenuUp( PlayerNumber pn );
void MenuDown( PlayerNumber pn );
void MenuUp( const InputEventPlus &input );
void MenuDown( const InputEventPlus &input );
void MenuLeft( const InputEventPlus &input );
void MenuRight( const InputEventPlus &input );
void MenuBack( PlayerNumber pn );
void MenuStart( PlayerNumber pn );
void MenuBack( const InputEventPlus &input );
void MenuStart( const InputEventPlus &input );
void RefreshExplanationText();
void RefreshNumStepsLoadedFromProfile();