aboutsummaryrefslogtreecommitdiff
path: root/misc/osxfe/ioquake3fe/ErrorWindowController.h
diff options
context:
space:
mode:
Diffstat (limited to 'misc/osxfe/ioquake3fe/ErrorWindowController.h')
-rw-r--r--misc/osxfe/ioquake3fe/ErrorWindowController.h16
1 files changed, 16 insertions, 0 deletions
diff --git a/misc/osxfe/ioquake3fe/ErrorWindowController.h b/misc/osxfe/ioquake3fe/ErrorWindowController.h
new file mode 100644
index 0000000..c6362ab
--- /dev/null
+++ b/misc/osxfe/ioquake3fe/ErrorWindowController.h
@@ -0,0 +1,16 @@
+//
+// ErrorWindowController.h
+// ioquake3fe
+//
+// Created by Ben Wilber on 3/11/09.
+// Copyright 2009 __MyCompanyName__. All rights reserved.
+//
+
+#import <Cocoa/Cocoa.h>
+
+
+@interface ErrorWindowController : NSWindowController {
+
+}
+
+@end