Adding the new StatusWindow in rudimentary fashion. It builds with no warnings,...
[MenuTunes.git] / ITMTRemote.h
index 735e11e..1d76786 100755 (executable)
@@ -79,6 +79,7 @@ typedef enum {stopped = -1, paused, playing, rewinding, forwarding} PlayerState;
  */
 - (BOOL)halt;
 
+- (BOOL)isAppRunning;
 - (PlayerState)playerState;
 
 - (NSArray *)playlists;