view src/main/macosx/SDLMain.h @ 1917:3f54b3ec5a07

Implemented scaling in the D3D renderer
author Sam Lantinga <slouken@libsdl.org>
date Wed, 19 Jul 2006 05:45:42 +0000
parents c121d94672cb
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
/* vi: set ts=4 sw=4 expandtab: */