comparison 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
comparison
equal deleted inserted replaced
2214:e7164a4dac62 2215:23a2cb765052
10 #import "SDL.h" 10 #import "SDL.h"
11 11
12 extern id gController; // instance of this class from nib 12 extern id gController; // instance of this class from nib
13 13
14 // Declare SDL_QuartzWindowDelegate (defined in SDL.framework) 14 // Declare SDL_QuartzWindowDelegate (defined in SDL.framework)
15 @interface SDL_QuartzWindowDelegate: NSObject @ end @ interface MyController:NSObject { 15 @interface SDL_QuartzWindowDelegate: NSObject @ end @ interface MyController:NSObject
16 {
16 // Interface Builder Outlets 17 // Interface Builder Outlets
17 IBOutlet id _framesPerSecond; 18 IBOutlet id _framesPerSecond;
18 IBOutlet id _numSprites; 19 IBOutlet id _numSprites;
19 IBOutlet id _window; 20 IBOutlet id _window;
20 IBOutlet id _view; 21 IBOutlet id _view;