1 /*
2  * dbwtech.h --
3  *
4  * Style information for display.
5  * MAXTILESTYLES is the maximum number of styles usable for display
6  * of tiles.
7  *
8  * rcsid $Header: /usr/cvsroot/magic-8.0/dbwind/dbwtech.h,v 1.1.1.1 2008/02/03 20:43:50 tim Exp $
9  */
10 
11 #ifndef _DBWTECH_H
12 #define	_DBWTECH_H
13 
14 extern TileTypeBitMask	*DBWStyleToTypesTbl;
15 
16 #define	DBWStyleToTypes(s)	(DBWStyleToTypesTbl + s)
17 
18 /* forward declarations */
19 int  DBWTechParseStyle();
20 
21 #endif /* _DBWTECH_H */
22