OpenXcom  1.0
Open-source clone of the original X-Com
SDLMain.h
1 /* SDLMain.m - main entry point for our Cocoa-ized SDL app
2  Initial Version: Darrell Walisser <dwaliss1@purdue.edu>
3  Non-NIB-Code & other changes: Max Horn <max@quendi.de>
4  Feel free to customize this file to suit your needs
5 */
6 
7 #ifndef _SDLMain_h_
8 #define _SDLMain_h_
9 
10 #import <Cocoa/Cocoa.h>
11 
12 @interface SDLMain : NSObject
13 @end
14 
15 #endif /* _SDLMain_h_ */
Definition: SDLMain.h:12