/********************************************************************* * $Id: defaults.h,v 1.9 1999/08/06 07:25:26 hartmann Exp $ *********************************************************************/ #ifndef __DEFAULTS_H__ #define __DEFAULTS_H__ #define DEFAULT_HEIGHT 15 #define DEFAULT_WIDTH 15 #define DEFAULT_PERCENT 20 #define DEFAULT_COLOR 1 #define DEFAULT_NUMMINES 0 #define DEFAULT_FASTSTART 0 #define DEFAULT_ALERT 0 #endif /* __DEFAULTS_H__ */