1 /* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */
2 /* def.mkroom.h - version 1.0.3 */
5 schar lx
, hx
, ly
, hy
; /* usually xchar, but hx may be -1 */
6 schar rtype
, rlit
, doorct
, fdoor
;
9 #define MAXNROFROOMS 15
10 extern struct mkroom rooms
[MAXNROFROOMS
+ 1];
13 extern coord doors
[DOORMAX
];
15 /* various values of rtype */
16 /* 0: ordinary room; 8-15: various shops */
17 /* Note: some code assumes that >= 8 means shop, so be careful when adding