MegaGlest/source/glest_game/main/macosx_main.h
Mark Vejvoda 9852325da6 - fixed Martiño Figueroa's name in all copyrights in source code
- added copyrights to files that were missing it
2011-12-14 07:40:48 +00:00

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