0
0
Fork 0
mirror of https://github.com/UberGames/ioef.git synced 2025-03-02 23:12:14 +00:00
ioef/misc/osxfe/ioquake3fe/ErrorWindowController.h

16 lines
241 B
Objective-C

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