aboutsummaryrefslogtreecommitdiffstats
path: root/misc/osxfe/ioquake3fe/ErrorWindow.h
blob: 627f81a0ec99a44c5e83441efc4c72714d5835ff (plain)
1
2
3
4
5
6
7
8
9
10
#import <Cocoa/Cocoa.h>

@interface ErrorWindow : NSObject {
	IBOutlet id		errorWindow;
    IBOutlet id		errorTextField;
}

- (void)bitch:(NSString *)errorlog;

@end