OpenXcom
1.0
Open-source clone of the original X-Com
src
apple
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_ */
SDLMain
Definition:
SDLMain.h:12
Generated by
1.8.14