Document all FOREACH loops.
This commit is contained in:
@@ -129,6 +129,7 @@ public:
|
||||
const GameButtonInfo *GetGameButtonInfo( GameButton gb ) const;
|
||||
const char *GetGameButtonName( GameButton gb ) const;
|
||||
};
|
||||
/** @brief A special foreach loop to handle the various GameButtons. */
|
||||
#define FOREACH_GameButtonInScheme( s, var ) for( GameButton var=(GameButton)0; var<s->m_iButtonsPerController; enum_add<GameButton>( var, +1 ) )
|
||||
|
||||
class InputMappings
|
||||
|
||||
Reference in New Issue
Block a user