Last change
on this file since 64739 was 55401, checked in by vboxsync, 10 years ago |
added a couple of missing Id headers
|
-
Property svn:eol-style
set to
native
|
File size:
320 bytes
|
Line | |
---|
1 | /* $Id: $ */
|
---|
2 | /* SDLMain.m - main entry point for our Cocoa-ized SDL app
|
---|
3 | Initial Version: Darrell Walisser <dwaliss1@purdue.edu>
|
---|
4 | Non-NIB-Code & other changes: Max Horn <max@quendi.de>
|
---|
5 |
|
---|
6 | Feel free to customize this file to suit your needs
|
---|
7 | */
|
---|
8 |
|
---|
9 | #import <Cocoa/Cocoa.h>
|
---|
10 |
|
---|
11 | @interface SDLMain : NSObject
|
---|
12 | @end
|
---|
Note:
See
TracBrowser
for help on using the repository browser.