comparison Xcode/TemplatesForProjectBuilder/SDL Cocoa Application/SDLMain.h @ 2220:4d2d0548f5b2

Don't run indent on the Xcode templates
author Sam Lantinga <slouken@libsdl.org>
date Sat, 11 Aug 2007 18:51:12 +0000
parents 59a667370c57
children
comparison
equal deleted inserted replaced
2219:f6099efa3f0b 2220:4d2d0548f5b2
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 - (IBAction) prefsMenu:(id) sender; 10 @interface SDLMain : NSObject
11 -(IBAction) newGame:(id) sender; 11 - (IBAction)prefsMenu:(id)sender;
12 -(IBAction) openGame:(id) sender; 12 - (IBAction)newGame:(id)sender;
13 -(IBAction) saveGame:(id) sender; 13 - (IBAction)openGame:(id)sender;
14 -(IBAction) saveGameAs:(id) sender; 14 - (IBAction)saveGame:(id)sender;
15 -(IBAction) help:(id) sender; 15 - (IBAction)saveGameAs:(id)sender;
16 - (IBAction)help:(id)sender;
16 @end 17 @end