Oops, I suck at making things compile
[MenuTunes.git] / MainController.h
index b03349d..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;
 - (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