rpgxef/misc/osxfe/ioquake3fe/ErrorWindow.h
2012-01-22 22:34:33 +01: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