Added notes to the TODO. Matt, please check and modify TODO as required :)
[MenuTunes.git] / MainController.h
index 8438c82..6383a8d 100755 (executable)
@@ -51,6 +51,7 @@
 - (void)selectSongAtIndex:(int)index;
 - (void)selectSongRating:(int)rating;
 - (void)selectEQPresetAtIndex:(int)index;
+- (void)showPlayer;
 - (void)showPreferences;
 - (void)quitMenuTunes;
 
@@ -58,6 +59,7 @@
 
 - (ITMTRemote *)currentRemote;
 - (void)clearHotKeys;
+- (void)setupHotKeys;
 - (void)closePreferences;
 
 @end