SDLMain.h 328 B

123456789101112
  1. /* SDLMain.m - main entry point for our Cocoa-ized SDL app
  2. Initial Version: Darrell Walisser <[email protected]>
  3. Non-NIB-Code & other changes: Max Horn <[email protected]>
  4. Feel free to customize this file to suit your needs
  5. */
  6. #import <Cocoa/Cocoa.h>
  7. #include "SDL/SDL.h"
  8. @interface SDLMain : NSObject
  9. @end