home *** CD-ROM | disk | FTP | other *** search
/ Usenet 1994 January / usenetsourcesnewsgroupsinfomagicjanuary1994.iso / sources / x / volume4 / xrobots / part01 / score.h < prev    next >
Encoding:
C/C++ Source or Header  |  1989-06-04  |  225 b   |  16 lines

  1. /*
  2.  * score.h  --  xrobots v1.0
  3.  */
  4.  
  5. #ifndef SCORE_FILE
  6. #  define SCORE_FILE "/usr/games/lib/xrobots_scores"
  7. #endif
  8.  
  9. #ifndef MAXSCORES
  10. #  define MAXSCORES 20
  11. #endif
  12.  
  13. extern void     check_score(), 
  14.         create_high_score_popup();
  15.  
  16.