X-Git-Url: http://git.ithinksw.org/MenuTunes.git/blobdiff_plain/89e6aacd25d9f355b9dac9c22973e6a5161b3f88..0b83e13fdd374e0ac55397663cedb94bf8df197f:/MainController.h diff --git a/MainController.h b/MainController.h index f4f9f7b..b03349d 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;