Details | Last modification | View Log | RSS feed
Rev | Author | Line No. | Line |
---|---|---|---|
1 | pmbaty | 1 | /* |
2 | * This file is part of the DXX-Rebirth project <https://www.dxx-rebirth.com/>. |
||
3 | * It is copyright by its individual contributors, as recorded in the |
||
4 | * project's Git history. See COPYING.txt at the top level for license |
||
5 | * terms and a link to the Git history. |
||
6 | */ |
||
7 | /* SDLMain.m - main entry point for our Cocoa-ized SDL app |
||
8 | Initial Version: Darrell Walisser <dwaliss1@purdue.edu> |
||
9 | Non-NIB-Code & other changes: Max Horn <max@quendi.de> |
||
10 | |||
11 | Feel free to customize this file to suit your needs |
||
12 | */ |
||
13 | |||
14 | #import <Cocoa/Cocoa.h> |
||
15 | |||
16 | @interface SDLMain : NSObject |
||
17 | @end |