Mercurial > sdl-ios-xcode
diff Xcode/TemplatesForXcode/SDL Custom 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/TemplatesForXcode/SDL Custom Cocoa Application/SDLMain.h Fri Aug 10 16:03:35 2007 +0000 +++ b/Xcode/TemplatesForXcode/SDL Custom Cocoa Application/SDLMain.h Sat Aug 11 18:51:12 2007 +0000 @@ -7,8 +7,8 @@ #import <Cocoa/Cocoa.h> -@ interface SDLMain:NSObject { +@interface SDLMain : NSObject +{ IBOutlet id _controller; } - @end