X-Git-Url: http://git.ithinksw.org/MenuTunes.git/blobdiff_plain/ea3dc416d45e5e72dc83a757a2031a2a763bbe51..e740c3a87c5e9bcf4ef1751b37545fc616592e6c:/MenuTunes.h diff --git a/MenuTunes.h b/MenuTunes.h index cde1eff..5dc22c5 100755 --- a/MenuTunes.h +++ b/MenuTunes.h @@ -15,6 +15,9 @@ #import #import #import +#import +#import + //@class MenuTunesView; @class PreferencesController, StatusWindowController; @@ -24,11 +27,12 @@ ITStatusItem *statusItem; NSMenu *menu; ComponentInstance asComponent; + ITMTRemote *currentRemote; + NSMutableArray *remoteArray; //Used in updating the menu automatically NSTimer *refreshTimer; - int curTrackIndex, curPlaylistIndex; - int trackInfoIndex; + int trackInfoIndex, lastSongIndex; bool isPlayingRadio; ProcessSerialNumber iTunesPSN;