ioq3/misc/osxfe/ioquake3fe/ErrorWindowController.h

17 lines
241 B
C
Raw Normal View History

//
// 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