Mercurial > sdl-ios-xcode
view Xcode/TemplatesForXcode/SDL Application/SDLMain.h @ 2862:929e7dd10031
Added current_w and current_h to SDL_VideoInfo for SDL 1.2 compatibility
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Fri, 12 Dec 2008 06:46:20 +0000 (2008-12-12) |
parents | 4d2d0548f5b2 |
children |
line wrap: on
line source
/* 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> @interface SDLMain : NSObject @end