Status query windows can show only one button if you want. Network error
[MenuTunes.git] / MainController.h
index 2c0cf32..6db9977 100755 (executable)
@@ -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