mirror of
https://github.com/glest/glest-source.git
synced 2025-02-25 04:02:30 +01:00
12 lines
332 B
Objective-C
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
|