Changing the define, because something in the system is using it
[MenuTunes.git] / MainController.h
index e4eeea2..ae6f7fd 100755 (executable)
@@ -65,6 +65,7 @@
 - (void)selectEQPresetAtIndex:(int)index;
 - (void)showPlayer;
 - (void)showPreferences;
+- (void)showTestWindow;
 - (void)quitMenuTunes;
 
 //
@@ -81,4 +82,6 @@
 - (void)setupHotKeys;
 - (void)closePreferences;
 
+- (void)showCurrentTrackInfo;
+
 @end