mirror of
https://github.com/love2d/love.git
synced 2026-08-13 09:00:54 +02:00
13 lines
327 B
Objective-C
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
|