uae-wii/src/od-macosx/main.h
2009-05-05 15:36:48 +00:00

20 lines
403 B
Objective-C

/*
* E-UAE - The portable Amiga emulator
*
* Main entry point for our Cocoa-ized app and support
* routines.
*
* Based on SDLMain.m from libSDL.
* Initial Version: Darrell Walisser <dwaliss1@purdue.edu>
* Non-NIB-Code & other changes: Max Horn <max@quendi.de>
*
* Adaption for E-UAE:
* Steven J. Saunders
* Richard Drummond
*/
#import <Cocoa/Cocoa.h>
@interface EUAE_Main : NSObject
@end