home *** CD-ROM | disk | FTP | other *** search
/ Nebula 1995 August / NEBULA.mdf / SourceCode / GameKit / Palettes / GameInfoPalette / GameInfoInspector.h < prev    next >
Encoding:
Text File  |  1994-06-07  |  258 b   |  16 lines

  1. #import <apps/InterfaceBuilder.h>
  2.  
  3. @interface GameInfoInspector : IBInspector <IBInspectors> 
  4. {
  5.     id numSoundsText;
  6.     id numTypesText;
  7.     id numStreamsText;
  8.     id maxHighScoresText;
  9.     id numTablesText;
  10.     id slotTypeText;
  11.     id passwordText;
  12.     id numOneUpsText;
  13. }
  14.  
  15. @end
  16.