From 22475d6d94e96056d1550dca00b32d00e3821649 Mon Sep 17 00:00:00 2001 From: Steven Fuller Date: Thu, 25 Dec 2014 12:00:00 +0100 Subject: Import icculus.org release (2014-12-25) --- src/sdl12/SDLMain.h | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 src/sdl12/SDLMain.h (limited to 'src/sdl12/SDLMain.h') diff --git a/src/sdl12/SDLMain.h b/src/sdl12/SDLMain.h new file mode 100644 index 0000000..c56d90c --- /dev/null +++ b/src/sdl12/SDLMain.h @@ -0,0 +1,16 @@ +/* SDLMain.m - main entry point for our Cocoa-ized SDL app + Initial Version: Darrell Walisser + Non-NIB-Code & other changes: Max Horn + + Feel free to customize this file to suit your needs +*/ + +#ifndef _SDLMain_h_ +#define _SDLMain_h_ + +#import + +@interface SDLMain : NSObject +@end + +#endif /* _SDLMain_h_ */ -- cgit v1.3