0
0
Fork 0
mirror of https://github.com/DrBeef/ioq3quest.git synced 2025-06-03 02:01:17 +00:00
ioq3quest/misc/osxfe/ioquake3fe/ErrorWindow.h

10 lines
166 B
Objective-C

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