FOREACH_ENUM2 -> FOREACH_ENUM

This commit is contained in:
Glenn Maynard
2006-10-07 08:56:58 +00:00
parent 30fd6d77b4
commit 617e8b5335
39 changed files with 64 additions and 65 deletions
+2 -2
View File
@@ -14,7 +14,7 @@ enum GameController
NUM_GameController, // leave this at the end
GameController_Invalid,
};
#define FOREACH_GameController( gc ) FOREACH_ENUM2( GameController, gc )
#define FOREACH_GameController( gc ) FOREACH_ENUM( GameController, gc )
typedef int GameButton;
RString GameButtonToString( const InputScheme* pInputs, GameButton i );
@@ -23,7 +23,7 @@ GameButton StringToGameButton( const InputScheme* pInputs, const RString& s );
const GameButton NUM_GameButton = 20;
const GameButton GameButton_Invalid = NUM_GameButton+1;
#define FOREACH_GameButton( gb ) FOREACH_ENUM2( GameButton, gb )
#define FOREACH_GameButton( gb ) FOREACH_ENUM( GameButton, gb )
enum // DanceButtons
{