diff Xcode/TemplatesForProjectBuilder/SDL Custom Cocoa Application/MyController.h @ 2215:23a2cb765052

make indent
author Bob Pendleton <bob@pendleton.com>
date Wed, 25 Jul 2007 21:23:28 +0000
parents 59a667370c57
children 4d2d0548f5b2
line wrap: on
line diff
--- a/Xcode/TemplatesForProjectBuilder/SDL Custom Cocoa Application/MyController.h	Wed Jul 25 21:22:55 2007 +0000
+++ b/Xcode/TemplatesForProjectBuilder/SDL Custom Cocoa Application/MyController.h	Wed Jul 25 21:23:28 2007 +0000
@@ -12,7 +12,8 @@
 extern id gController;          // instance of this class from nib
 
 // Declare SDL_QuartzWindowDelegate (defined in SDL.framework)
-@interface SDL_QuartzWindowDelegate: NSObject @ end @ interface MyController:NSObject {
+@interface SDL_QuartzWindowDelegate: NSObject @ end @ interface MyController:NSObject
+{
     // Interface Builder Outlets
     IBOutlet id _framesPerSecond;
     IBOutlet id _numSprites;