q3rally/engine/misc/osxfe/ioquake3fe/ErrorWindow.h

11 lines
166 B
C
Raw Normal View History

2011-02-18 14:31:32 +00:00
#import <Cocoa/Cocoa.h>
@interface ErrorWindow : NSObject {
IBOutlet id errorWindow;
IBOutlet id errorTextField;
}
- (void)bitch:(NSString *)errorlog;
@end