Ben Anderman c3533ffc5a Added Xcode project files in projectfiles/...
...and removed macproject/ and the readme pointing to it.
2010-08-12 20:37:31 +00:00

15 lines
342 B
Objective-C

/*
SDLMain.m - main entry point for our Cocoa-ized SDL app
Initial Version: Darrell Walisser <dwaliss1@purdue.edu>
Non-NIB-Code & other changes: Max Horn <max@quendi.de>
Edited a lot for Wesnoth by Ben Anderman <ben@happyspork.com>
*/
#import <Cocoa/Cocoa.h>
@interface SDLMain : NSObject
{
}
- (IBAction)openHomepage:(id)sender;
@end