DEBSOURCES
Skip Quicknav
sources / gnustep-examples / 1%3A1.4.0-1 / gui / MyTransparentGL / AppController.h
12345678910
/* All Rights reserved */ #include <AppKit/AppKit.h> @interface AppController : NSObject { id window; NSMutableArray *glViews; } @end