merge MenuButton and GameButton (didn't mean to commit this with the last bit)

This commit is contained in:
Glenn Maynard
2007-01-13 03:24:40 +00:00
parent a4cf344876
commit 57a43ea3a5
+1 -2
View File
@@ -15,8 +15,7 @@ typedef GameButton MenuButton;
#define MENU_BUTTON_COIN GAME_BUTTON_COIN
#define MENU_BUTTON_OPERATOR GAME_BUTTON_OPERATOR
#define MenuButton_Invalid GameButton_Invalid
#define NUM_MenuButton NUM_GameButton
#define FOREACH_MenuButton( m ) FOREACH_ENUM( MenuButton, m )
#define FOREACH_MenuButton FOREACH_GameButton
#endif