From c068f22329d5cc722622a2183bbb22eef2093df7 Mon Sep 17 00:00:00 2001 From: Felix Morgner Date: Mon, 24 Aug 2026 11:16:07 +0200 Subject: initial import --- platforms/xcode/SDLMain.h | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 platforms/xcode/SDLMain.h (limited to 'platforms/xcode/SDLMain.h') diff --git a/platforms/xcode/SDLMain.h b/platforms/xcode/SDLMain.h new file mode 100644 index 0000000..c56d90c --- /dev/null +++ b/platforms/xcode/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.2.3