From 7032d899fbb49d0ceb50011108021b37700eb30a Mon Sep 17 00:00:00 2001 From: zakk Date: Sat, 21 Mar 2009 22:55:40 +0000 Subject: first copy of the front-end from Ben Wilber. Thanks Ben! git-svn-id: svn://svn.icculus.org/quake3/trunk@1511 edf5b092-35ff-0310-97b2-ce42778d08ea --- misc/osxfe/ioquake3fe/Controller.h | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 misc/osxfe/ioquake3fe/Controller.h (limited to 'misc/osxfe/ioquake3fe/Controller.h') diff --git a/misc/osxfe/ioquake3fe/Controller.h b/misc/osxfe/ioquake3fe/Controller.h new file mode 100644 index 0000000..50d15f9 --- /dev/null +++ b/misc/osxfe/ioquake3fe/Controller.h @@ -0,0 +1,22 @@ +// +// Controller.h +// ioquake3fe +// +// Created by Ben Wilber on 3/11/09. +// Copyright 2009 __MyCompanyName__. All rights reserved. +// + +#import + +@interface Controller : NSObject { + IBOutlet id argsTextField; + NSTask *quakeTask; + NSFileHandle *quakeOut; + NSMutableData *quakeData; +} + +- (IBAction)launch:(id)sender; +- (void)readPipe:(NSNotification *)note; +- (void)taskNote:(NSNotification *)note; + +@end -- cgit v1.2.3