merge MenuButton and GameButton (didn't mean to commit this with the last bit)
This commit is contained in:
@@ -15,8 +15,7 @@ typedef GameButton MenuButton;
|
|||||||
#define MENU_BUTTON_COIN GAME_BUTTON_COIN
|
#define MENU_BUTTON_COIN GAME_BUTTON_COIN
|
||||||
#define MENU_BUTTON_OPERATOR GAME_BUTTON_OPERATOR
|
#define MENU_BUTTON_OPERATOR GAME_BUTTON_OPERATOR
|
||||||
#define MenuButton_Invalid GameButton_Invalid
|
#define MenuButton_Invalid GameButton_Invalid
|
||||||
#define NUM_MenuButton NUM_GameButton
|
#define FOREACH_MenuButton FOREACH_GameButton
|
||||||
#define FOREACH_MenuButton( m ) FOREACH_ENUM( MenuButton, m )
|
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user