first copy of the front-end from Ben Wilber. Thanks Ben!
This commit is contained in:
parent
53adde9fb2
commit
d8080d3646
18 changed files with 5821 additions and 0 deletions
21
misc/osxfe/ioquake3fe/ErrorWindowController.m
Normal file
21
misc/osxfe/ioquake3fe/ErrorWindowController.m
Normal file
|
@ -0,0 +1,21 @@
|
|||
//
|
||||
// ErrorWindowController.m
|
||||
// ioquake3fe
|
||||
//
|
||||
// Created by Ben Wilber on 3/11/09.
|
||||
// Copyright 2009 __MyCompanyName__. All rights reserved.
|
||||
//
|
||||
|
||||
#import "ErrorWindowController.h"
|
||||
|
||||
@implementation ErrorWindowController
|
||||
|
||||
// yes, a whole class just so the fucking app will quit
|
||||
|
||||
- (BOOL)windowShouldClose:(id)sender
|
||||
{
|
||||
[NSApp terminate:self];
|
||||
return YES;
|
||||
}
|
||||
|
||||
@end
|
Loading…
Add table
Add a link
Reference in a new issue