home *** CD-ROM | disk | FTP | other *** search
/ Nebula 1995 August / NEBULA.mdf / SourceCode / GameKit / Apps / HighScoreEditor / EditingHSController.h < prev    next >
Encoding:
C/C++ Source or Header  |  1994-06-07  |  234 b   |  16 lines

  1.  
  2. #import <gamekit/gamekit.h>
  3.  
  4. @interface EditingHSController:HighScoreController
  5. {
  6.     char *gameName;
  7. }
  8.  
  9. - init;
  10. - displayHighScores:sender;
  11. - (const char *)gameName;
  12. - setGameName:(const char *)name;
  13. - setLocalScores:(BOOL)flag;
  14.  
  15. @end
  16.