X-Git-Url: http://git.ithinksw.org/MenuTunes.git/blobdiff_plain/89e6aacd25d9f355b9dac9c22973e6a5161b3f88..6d099bbe927a1dc3934c7b6254223961fc849453:/MainController.h diff --git a/MainController.h b/MainController.h index f4f9f7b..ae6f7fd 100755 --- a/MainController.h +++ b/MainController.h @@ -65,12 +65,13 @@ - (void)selectEQPresetAtIndex:(int)index; - (void)showPlayer; - (void)showPreferences; +- (void)showTestWindow; - (void)quitMenuTunes; // - (void)setServerStatus:(BOOL)newStatus; -- (BOOL)connectToServer; +- (int)connectToServer; - (BOOL)disconnectFromServer; - (void)networkError:(NSException *)exception; @@ -81,4 +82,6 @@ - (void)setupHotKeys; - (void)closePreferences; +- (void)showCurrentTrackInfo; + @end