Hopefully fixed one last bug with the multisource playlists. Added some
[MenuTunes.git] / MainController.h
index ae6f7fd..08722af 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;