mirror of
https://github.com/glest/glest-source.git
synced 2025-02-25 04:02:30 +01:00
20 lines
664 B
Objective-C
20 lines
664 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
|
|
//
|
|
// 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 <Cocoa/Cocoa.h>
|
|
|
|
@interface SDLMain : NSObject
|
|
@end
|