X-Git-Url: http://git.ithinksw.org/MenuTunes.git/blobdiff_plain/bad9de5ef29bebf5a0d07e8960b2a70a983bf86b..7eff668a73d0965a793c7956d9553f539ca30f65:/MainController.h diff --git a/MainController.h b/MainController.h index 8438c82..6383a8d 100755 --- a/MainController.h +++ b/MainController.h @@ -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