GameToMenu -> GameButtonToMenuButton

This commit is contained in:
Glenn Maynard
2007-01-13 01:16:00 +00:00
parent f5d285e51b
commit 095b6f5ba0
3 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -84,7 +84,7 @@ public:
bool DeviceToGame( const DeviceInput &DeviceI, GameInput& GameI ); // return true if there is a mapping from device to pad
bool GameToDevice( const GameInput &GameI, int iSlotNum, DeviceInput& DeviceI ); // return true if there is a mapping from pad to device
MenuButton GameToMenu( const GameInput &GameI );
MenuButton GameButtonToMenuButton( GameButton gb );
void MenuToGame( MenuButton MenuI, PlayerNumber pn, GameInput GameIout[4] );
PlayerNumber ControllerToPlayerNumber( GameController controller );