comparison Xcode/TemplatesForProjectBuilder/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
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 { 10 @interface SDLMain : NSObject
11 {
11 IBOutlet id _controller; 12 IBOutlet id _controller;
12 } 13 }
13
14 @end 14 @end