diff options
Diffstat (limited to 'src/osd/sdl/SDLMain_tmpl.h')
-rw-r--r-- | src/osd/sdl/SDLMain_tmpl.h | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/src/osd/sdl/SDLMain_tmpl.h b/src/osd/sdl/SDLMain_tmpl.h new file mode 100644 index 00000000000..c5ad2a346dd --- /dev/null +++ b/src/osd/sdl/SDLMain_tmpl.h @@ -0,0 +1,13 @@ +// license:Zlib|LGPL-2.1+ +// copyright-holders:http://libsdl.org/ +/* 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> + +@interface SDLMain : NSObject +@end |