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

  1. #import <apps/InterfaceBuilder.h>
  2.  
  3. @interface GameInfoPalette:IBPalette
  4. {
  5.     id theGameInfo;
  6.     id theGameInfoView;
  7. }
  8.  
  9. - finishInstantiate;
  10.  
  11. @end
  12.