add FOREACH_GameButton_Custom
This commit is contained in:
@@ -58,6 +58,7 @@ RString GameButtonToLocalizedString( const InputScheme* pInputs, GameButton i );
|
||||
GameButton StringToGameButton( const InputScheme* pInputs, const RString& s );
|
||||
|
||||
#define FOREACH_GameButton( gb ) FOREACH_ENUM( GameButton, gb )
|
||||
#define FOREACH_GameButton_Custom( gb ) for( GameButton gb=GAME_BUTTON_CUSTOM_01; gb<NUM_GameButton; enum_add(gb, +1) )
|
||||
|
||||
#define GAME_BUTTON_NEXT GAME_BUTTON_CUSTOM_01
|
||||
|
||||
|
||||
Reference in New Issue
Block a user