Skip to content
This repository has been archived by the owner on Feb 11, 2021. It is now read-only.

Latest commit

 

History

History
14 lines (11 loc) · 340 Bytes

File metadata and controls

14 lines (11 loc) · 340 Bytes
 
1
2
3
4
5
6
7
8
9
/* 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>
Aug 11, 2007
Aug 11, 2007
10
11
@interface SDLMain : NSObject
{
12
13
14
IBOutlet id _controller;
}
@end