// SDLMain.m - main entry point for our Cocoa-ized SDL app // Initial Version: Copyright (C) Darrell Walisser // Non-NIB-Code & other changes: Copyright (C) Max Horn // // Feel free to customize this file to suit your needs // // Copyright (C) 2012 Mark Vejvoda // // You can redistribute this code and/or modify it under // the terms of the GNU General Public License as published // by the Free Software Foundation; either version 2 of the // License, or (at your option) any later version // ============================================================== #import @interface SDLMain : NSObject @end