Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 374 Bytes

SDLMain.h

File metadata and controls

16 lines (11 loc) · 374 Bytes
 
Nov 2, 2001
Nov 2, 2001
1
2
3
/* 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>
Aug 21, 2001
Aug 21, 2001
4
5
6
7
Feel free to customize this file to suit your needs
*/
Sep 21, 2009
Sep 21, 2009
8
9
10
#ifndef _SDLMain_h_
#define _SDLMain_h_
11
12
#import <Cocoa/Cocoa.h>
Sep 23, 2001
Sep 23, 2001
13
@interface SDLMain : NSObject
Sep 21, 2009
Sep 21, 2009
15
16
#endif /* _SDLMain_h_ */