lilium-voyager/misc/osxfe/ioquake3fe/ErrorWindow.h

11 lines
166 B
Objective-C

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