Catakig/Source/Cocoa/AboutPanel.h

10 lines
133 B
C
Raw Normal View History

2006-10-17 22:05:05 +00:00
@interface AboutPanel : NSPanel
{
IBOutlet NSControl* mVersion;
IBOutlet NSTextField* mCursorCover;
NSTimer* mStrober;
}
@end