// // // OSX GLEssentials // // Copied from the Apple GLEssentials // // @import Cocoa; @class GLView; @interface WindowController : NSWindowController { IBOutlet GLView *view; } @end