X-Git-Url: http://git.ithinksw.org/MenuTunes.git/blobdiff_plain/ec1969da79832d035791a9d6647242fffe0b176a..5b87e582c5b178681b7869f0dc2674ec15056dc3:/MainController.h diff --git a/MainController.h b/MainController.h index e4eeea2..ae6f7fd 100755 --- a/MainController.h +++ b/MainController.h @@ -65,6 +65,7 @@ - (void)selectEQPresetAtIndex:(int)index; - (void)showPlayer; - (void)showPreferences; +- (void)showTestWindow; - (void)quitMenuTunes; // @@ -81,4 +82,6 @@ - (void)setupHotKeys; - (void)closePreferences; +- (void)showCurrentTrackInfo; + @end