X-Git-Url: http://git.ithinksw.org/MenuTunes.git/blobdiff_plain/50485da2e6ae0642e4dfb55ef4c0556ed6ef2a80..159225ffd2b8b3122aa6da4be41e44aa97b5898a:/MainController.h diff --git a/MainController.h b/MainController.h index 2c0cf32..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; // @@ -90,3 +91,7 @@ - (void)showCurrentTrackInfo; @end + +@interface NSImage (SmoothAdditions) +- (NSImage *)imageScaledSmoothlyToSize:(NSSize)scaledSize; +@end \ No newline at end of file