X-Git-Url: http://git.ithinksw.org/MenuTunes.git/blobdiff_plain/62c12e7f7c182a22969de8ebb233db31d9965454..0e4a6623849f7fd40f3c577e08e9ca999abdcc7e:/MainController.h diff --git a/MainController.h b/MainController.h index 08722af..6db9977 100755 --- a/MainController.h +++ b/MainController.h @@ -77,6 +77,7 @@ - (void)setServerStatus:(BOOL)newStatus; - (int)connectToServer; - (BOOL)disconnectFromServer; +- (void)checkForRemoteServer; - (void)networkError:(NSException *)exception; // @@ -85,7 +86,12 @@ - (void)clearHotKeys; - (void)setupHotKeys; - (void)closePreferences; +- (MenuController *)menuController; - (void)showCurrentTrackInfo; @end + +@interface NSImage (SmoothAdditions) +- (NSImage *)imageScaledSmoothlyToSize:(NSSize)scaledSize; +@end \ No newline at end of file