mirror of
https://github.com/love2d/love.git
synced 2026-08-18 11:44:15 +02:00
Initial Mercurial commit.
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
/* 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
|
||||
Reference in New Issue
Block a user