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

  1.  
  2. #import "GameInfoPalette.h"
  3.  
  4.  
  5. @implementation  GameInfoPalette
  6.  
  7. - finishInstantiate
  8. {
  9.     [self associateObject:theGameInfo type:IBObjectPboardType
  10.             with:theGameInfoView];
  11.     return self;
  12. }
  13.  
  14. @end
  15.