home *** CD-ROM | disk | FTP | other *** search
/ Nebula 1995 August / NEBULA.bin / SourceCode / GameKit / Apps / HighScoreServer / gamekit / RandomBonusTracker.h < prev    next >
Encoding:
Text File  |  1994-06-07  |  109 b   |  12 lines

  1.  
  2. #import <appkit/appkit.h>
  3.  
  4. @interface RandomBonusTracker:BonusTracker
  5. {
  6. }
  7.  
  8. - init;
  9. - (int)bonusValue;
  10.  
  11. @end
  12.