Woo, file opening for OS X

This commit is contained in:
Simon Robertshaw
2012-04-30 22:42:07 +01:00
parent 211770e818
commit 322da62dfa
2 changed files with 398 additions and 0 deletions

16
includes/SDLMain.h Normal file
View File

@@ -0,0 +1,16 @@
/* 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
*/
#ifndef _SDLMain_h_
#define _SDLMain_h_
#import <Cocoa/Cocoa.h>
@interface SDLMain : NSObject
@end
#endif /* _SDLMain_h_ */