diff src/main/macosx/SDLMain.h @ 221:50620ec9c86a

*** empty log message ***
author Sam Lantinga <slouken@libsdl.org>
date Fri, 02 Nov 2001 18:12:52 +0000
parents ba9e0fcc2ae2
children 782fd950bd46 098dfc876bba
line wrap: on
line diff
--- a/src/main/macosx/SDLMain.h	Thu Nov 01 16:45:40 2001 +0000
+++ b/src/main/macosx/SDLMain.h	Fri Nov 02 18:12:52 2001 +0000
@@ -1,5 +1,6 @@
-/*   SDLMain.h - main entry point for our Cocoa-ized SDL app
-       Darrell Walisser - dwaliss1@purdue.edu
+/*   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>
 
     Feel free to customize this file to suit your needs
 */
@@ -7,9 +8,4 @@
 #import <Cocoa/Cocoa.h>
 
 @interface SDLMain : NSObject
-{
-}
-- (IBAction)quit:(id)sender;
-- (IBAction)makeFullscreen:(id)sender;
-- (void)applicationDidFinishLaunching:(NSNotification *)aNotification;
 @end