q3rally/engine/misc/osxfe/ioquake3fe/ErrorWindow.h
2011-02-18 14:31:32 +00:00

10 lines
166 B
Objective-C

#import <Cocoa/Cocoa.h>
@interface ErrorWindow : NSObject {
IBOutlet id errorWindow;
IBOutlet id errorTextField;
}
- (void)bitch:(NSString *)errorlog;
@end