aboutsummaryrefslogtreecommitdiff
path: root/misc/osxfe/ioquake3fe/ErrorWindow.h
diff options
context:
space:
mode:
Diffstat (limited to 'misc/osxfe/ioquake3fe/ErrorWindow.h')
-rw-r--r--misc/osxfe/ioquake3fe/ErrorWindow.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/misc/osxfe/ioquake3fe/ErrorWindow.h b/misc/osxfe/ioquake3fe/ErrorWindow.h
new file mode 100644
index 0000000..627f81a
--- /dev/null
+++ b/misc/osxfe/ioquake3fe/ErrorWindow.h
@@ -0,0 +1,10 @@
+#import <Cocoa/Cocoa.h>
+
+@interface ErrorWindow : NSObject {
+ IBOutlet id errorWindow;
+ IBOutlet id errorTextField;
+}
+
+- (void)bitch:(NSString *)errorlog;
+
+@end