Mercurial > sdl-ios-xcode
diff 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 |
line wrap: on
line diff
--- a/Xcode/TemplatesForProjectBuilder/SDL Cocoa Application/SDLMain.h Fri Aug 10 16:03:35 2007 +0000 +++ b/Xcode/TemplatesForProjectBuilder/SDL Cocoa Application/SDLMain.h Sat Aug 11 18:51:12 2007 +0000 @@ -7,10 +7,11 @@ #import <Cocoa/Cocoa.h> -@ interface SDLMain: NSObject - (IBAction) prefsMenu:(id) sender; --(IBAction) newGame:(id) sender; --(IBAction) openGame:(id) sender; --(IBAction) saveGame:(id) sender; --(IBAction) saveGameAs:(id) sender; --(IBAction) help:(id) sender; +@interface SDLMain : NSObject +- (IBAction)prefsMenu:(id)sender; +- (IBAction)newGame:(id)sender; +- (IBAction)openGame:(id)sender; +- (IBAction)saveGame:(id)sender; +- (IBAction)saveGameAs:(id)sender; +- (IBAction)help:(id)sender; @end