comparison Xcode/TemplatesForXcode/SDL Cocoa Application/SDLMain.h @ 2213:59a667370c57

make indent
author Bob Pendleton <bob@pendleton.com>
date Tue, 24 Jul 2007 18:46:45 +0000
parents d63e9f5944ae
children 4d2d0548f5b2
comparison
equal deleted inserted replaced
2212:fdadda42d4d4 2213:59a667370c57
5 Feel free to customize this file to suit your needs 5 Feel free to customize this file to suit your needs
6 */ 6 */
7 7
8 #import <Cocoa/Cocoa.h> 8 #import <Cocoa/Cocoa.h>
9 9
10 @interface SDLMain : NSObject 10 @ interface SDLMain: NSObject - (IBAction) prefsMenu:(id) sender;
11 - (IBAction)prefsMenu:(id)sender; 11 -(IBAction) newGame:(id) sender;
12 - (IBAction)newGame:(id)sender; 12 -(IBAction) openGame:(id) sender;
13 - (IBAction)openGame:(id)sender; 13 -(IBAction) saveGame:(id) sender;
14 - (IBAction)saveGame:(id)sender; 14 -(IBAction) saveGameAs:(id) sender;
15 - (IBAction)saveGameAs:(id)sender; 15 -(IBAction) help:(id) sender;
16 - (IBAction)help:(id)sender;
17 @end 16 @end