home *** CD-ROM | disk | FTP | other *** search
/ Big Green CD 8 / BGCD_8_Dev.iso / OPENSTEP / Games / NeXTGo-3.0-MIS / GameInspectorPanel.h < prev    next >
Encoding:
Text File  |  1997-08-15  |  96 b   |  11 lines

  1.  
  2. #import <AppKit/AppKit.h>
  3.  
  4. @interface GameInspectorPanel:NSPanel
  5. {
  6.     id     ControlPanel;
  7. }
  8.  
  9.  
  10. @end
  11.