simplify GameToMenu

This commit is contained in:
Glenn Maynard
2006-09-14 20:37:41 +00:00
parent af00ab413c
commit a05fe7e8ab
3 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -36,7 +36,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
void GameToMenu( const GameInput &GameI, MenuInput &MenuI );
MenuButton GameToMenu( const GameInput &GameI );
void MenuToGame( const MenuInput &MenuI, PlayerNumber pn, GameInput GameIout[4] );
PlayerNumber ControllerToPlayerNumber( GameController controller );