X-Git-Url: http://git.ithinksw.org/MenuTunes.git/blobdiff_plain/5c68843e215011cab04f402cb4dc66bec3225081..7946fbfc9ca8c59750759bfbc048d73e12a80887:/StatusWindowController.h diff --git a/StatusWindowController.h b/StatusWindowController.h index ab96a26..a3c36ea 100755 --- a/StatusWindowController.h +++ b/StatusWindowController.h @@ -48,7 +48,8 @@ typedef enum { artist: (NSString *)artist time: (NSString *)time // FLOW: Should probably be NSDate or something. track: (NSString *)track - rating: (int)rating; + rating: (int)rating + image: (NSImage *)art; @end