root/OpenSceneGraph/trunk/examples/osgsimpleviewerSDL/SDLMainForMacOSX.h
@
6214
| Revision 6214, 471 bytes (checked in by robert, 6 years ago) | |
|---|---|
|
|
| Line | |
|---|---|
| 1 | /* SDLMain.m - main entry point for our Cocoa-ized SDL app |
| 2 | Initial Version: Darrell Walisser <dwaliss1@purdue.edu> |
| 3 | Non-NIB-Code & other changes: Max Horn <max@quendi.de> |
| 4 | |
| 5 | Feel free to customize this file to suit your needs |
| 6 | |
| 7 | OSG users: This is the standard SDLMain (nibless) that |
| 8 | comes with the SDL distribution. Only the file name has |
| 9 | been changed to avoid confusing non-Mac users. |
| 10 | */ |
| 11 | |
| 12 | #import <Cocoa/Cocoa.h> |
| 13 | |
| 14 | @interface SDLMain : NSObject |
| 15 | @end |
Note: See TracBrowser
for help on using the browser.
