/* $Id: config.h,v 1.1 1996/05/04 19:08:18 yoneyama Exp yoneyama $ */ /************************************************************************ * SameGame for X Window (sxsame) * * Copyleft (c) 1994-1996 Software Research Academy * ************************************************************************/ #ifndef SAME_DIR # define SAME_DIR "/usr/local/games/sxsame" #endif /* !SAME_DIR */ #define ENABLE_HISCORE #define MENU_FONT "7x14" #ifdef ENABLE_HISCORE # define LOCK_FILE ".LOCK" # define LOCK_RETRY 3 # define HISCORE_FILE "hiscore" #endif /* ENABLE_HISCORE */ #define OTHER_DATA_FILE "samegame.dat" /* #define BONUS1000 */ /* #define DEBUG */