aboutsummaryrefslogtreecommitdiffstats
path: root/misc/osxfe/ioquake3fe/ErrorWindowController.h
blob: c6362ab8fe437238daa61c52260700be73d28a78 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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