1 | /* 2 | ** $Log: defaults.h,v $ 3 | ** Revision 1.3 2003/07/16 14:50:57 millis 4 | ** Used D_X2FLAGS to allow default setting for X2FLAGS for games (if desired) 5 | ** 6 | ** Revision 1.2 2000/11/14 14:27:37 miller 7 | ** Extracted out judge-specific (i.e. site poliy) seetings to 8 | ** defaults.inc 9 | ** 10 | ** Revision 1.1 1998/02/28 17:51:14 david 11 | ** Initial revision 12 | ** 13 | ** Revision 1.1 1996/10/20 12:29:45 rpaar 14 | ** Morrolan v9.0 15 | ** 16 | */ 17 | 18 | /* defaults.h 19 | ** 20 | ** Copyright 1987, Lowe. 21 | ** 22 | ** Diplomacy is a trademark of the Avalon Hill Game Company, Baltimore, 23 | ** Maryland, all rights reserved; used with permission. 24 | ** 25 | ** Redistribution and use in source and binary forms are permitted 26 | ** provided that it is for non-profit purposes, that this and the 27 | ** above notices are preserved and that due credit is given to Mr. 28 | ** Lowe. 29 | ** 30 | ** The following parameters should be modified to fit your scene. 31 | ** See the file dip.h for possible values for the defaults. 32 | */ 33 | 34 | #ifndef _DEFAULTS_H 35 | #define _DEFAULTS_H 36 | 37 | #include "dip.h" 38 | #include "defaults.inc" 39 | 40 | #ifndef D_X2FLAGS 41 | #define D_X2FLAGS 0 42 | #endif 43 | #endif