mirror of
https://github.com/DrBeef/ioq3quest.git
synced 2024-11-10 14:52:00 +00:00
10 lines
166 B
Objective-C
10 lines
166 B
Objective-C
#import <Cocoa/Cocoa.h>
|
|
|
|
@interface ErrorWindow : NSObject {
|
|
IBOutlet id errorWindow;
|
|
IBOutlet id errorTextField;
|
|
}
|
|
|
|
- (void)bitch:(NSString *)errorlog;
|
|
|
|
@end
|