Files
love/platform/macosx/SDLMain.h
T
2009-07-26 15:46:49 +02:00

13 lines
327 B
Objective-C

/* SDLMain.m - main entry point for our Cocoa-ized SDL app
Initial Version: Darrell Walisser <dwaliss1@purdue.edu>
Non-NIB-Code & other changes: Max Horn <max@quendi.de>
Feel free to customize this file to suit your needs
*/
#import <Cocoa/Cocoa.h>
#import "SDL/SDL.h"
@interface SDLMain : NSObject
@end