Added ITFoundation launch at login, but it doesn'ty work. Other small fixes for netwo...
[MenuTunes.git] / MainController.h
index e4eeea2..d29e371 100755 (executable)
@@ -19,6 +19,8 @@
 #import <ITMTRemote/ITMTRemote.h>
 #import "MTBlingController.h"
 
+#define MT_CURRENT_VERSION 1300
+
 @class StatusWindowController, MenuController, NetworkController;
 
 @interface MainController : NSObject
@@ -54,6 +56,8 @@
 - (void)blingNow;
 - (BOOL)blingBling;
 
+- (void)timerUpdate;
+
 - (void)playPause;
 - (void)nextSong;
 - (void)prevSong;
@@ -65,6 +69,7 @@
 - (void)selectEQPresetAtIndex:(int)index;
 - (void)showPlayer;
 - (void)showPreferences;
+- (void)showTestWindow;
 - (void)quitMenuTunes;
 
 //
 - (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