Autosave completed but not tested.

This commit is contained in:
Kyzentun
2015-03-09 19:47:44 -06:00
parent 064aead73c
commit ddb1683bb7
12 changed files with 127 additions and 30 deletions
+1
View File
@@ -42,6 +42,7 @@ enum EditMenuAction
EditMenuAction_Delete, /**< Remove the current step from the Song. */
EditMenuAction_Create, /**< Create a new step for the Song. */
EditMenuAction_Practice, /**< Practice the current step for the Song. */
EditMenuAction_LoadAutosave,
NUM_EditMenuAction, /**< The number of MenuActions available to choose from. */
EditMenuAction_Invalid
};