Mmm, Renaming for the BIG REWRITE OF MARCH 2003!!!! BBQ!!!!1
[MenuTunes.git] / KeyBroadcaster.h
1 /* KeyBroadcaster */
2
3 #import <Cocoa/Cocoa.h>
4
5 @interface KeyBroadcaster : NSButton
6 {
7 }
8 + (long)cocoaToCarbonModifiers:(long)modifiers;
9 @end