[editorKeysounds] Prepare the eventual menu.

This commit is contained in:
Jason Felds
2012-02-10 13:51:29 -05:00
parent 578b573c01
commit 8a98bcdff7
2 changed files with 8 additions and 0 deletions
+4
View File
@@ -520,6 +520,10 @@ static MenuDef g_EditHelp(
// fill this in dynamically
);
static MenuDef g_KeysoundTrack(
"ScreenMiniMenuKeysoundTrack"
); // fill this in dynamically
static MenuDef g_MainMenu(
"ScreenMiniMenuMainMenu",
MenuRowDef( ScreenEdit::play_whole_song, "Play whole song", true, EditMode_Practice, true, true, 0, NULL ),