add FOREACH_MenuButton

This commit is contained in:
Glenn Maynard
2004-12-04 03:50:26 +00:00
parent e3030248cb
commit 12d5890ea9
+1 -1
View File
@@ -18,7 +18,7 @@ enum MenuButton
NUM_MENU_BUTTONS, // leave this at the end
MENU_BUTTON_INVALID
};
#define FOREACH_MenuButton( m ) FOREACH_ENUM( MenuButton, NUM_MENU_BUTTONS, m )
struct MenuInput
{