MegaGlest/source/glest_game/main/macosx_main.h

12 lines
332 B
Objective-C

// SDLMain.m - main entry point for our Cocoa-ized SDL app
// Initial Version: Copyright (C) Darrell Walisser <dwaliss1@purdue.edu>
// Non-NIB-Code & other changes: Copyright (C) Max Horn <max@quendi.de>
//
// Feel free to customize this file to suit your needs
//
#import <Cocoa/Cocoa.h>
@interface SDLMain : NSObject
@end