home *** CD-ROM | disk | FTP | other *** search
/ Nebula 1995 August / NEBULA.bin / SourceCode / GameKit / Apps / HighScoreTester / HighScoreTesterController.h < prev    next >
Encoding:
Text File  |  1994-06-07  |  328 b   |  22 lines

  1.  
  2. #import <appkit/appkit.h>
  3.  
  4. @interface HighScoreTesterController:Object
  5. {
  6.     id    animator;
  7.     id    cheatSwitch;
  8.     id    gameBrain;
  9.     id    pauseMenuCell;
  10.     id    pauseMonitor;
  11.     id    scoreKeeper;
  12.     id    scoreText;
  13.     id    slotMatrix;
  14. }
  15.  
  16. - nextLevelWithoutCheat:sender;
  17. - trapPause:sender;
  18. - sendScore:sender;
  19. - updateSlot:sender;
  20.  
  21. @end
  22.