home *** CD-ROM | disk | FTP | other *** search
/ Usenet 1994 January / usenetsourcesnewsgroupsinfomagicjanuary1994.iso / sources / games / volume13 / xsokoban3 / part02 / defaults.h < prev    next >
Text File  |  1992-02-11  |  386b  |  17 lines

  1. #define DEF_FONT "9x15"
  2. #define DEF_BITH 30
  3. #define DEF_BITW 30
  4. #define DEF_CURSOR 102
  5.  
  6. #define WALLS "fancyWalls"
  7. #define FONT "fontName"
  8. #define REVERSE "reverseVideo"
  9. #define FOREG "foreground"
  10. #define BACKG "background"
  11. #define BORDER "borderColor"
  12. #define CURSOR "pointerColor"
  13. #define BITDIR "bitmapDir"
  14. #define BITH "bitmapHeight"
  15. #define BITW "bitmapWidth"
  16. #define NUM_WALLS 16
  17.