Files
magic/dbwind/dbwtech.h
T
Darryl L. Miles d55a2b74ac header file #ifndef guard namespace consistency (global change)
This add an effective namespace prefix to the guard ifndef
2025-07-29 10:50:32 -04:00

27 lines
620 B
C

/*
* dbwtech.h --
*
* Style information for display.
* MAXTILESTYLES is the maximum number of styles usable for display
* of tiles.
*
* rcsid $Header: /usr/cvsroot/magic-8.0/dbwind/dbwtech.h,v 1.1.1.1 2008/02/03 20:43:50 tim Exp $
*/
#ifndef _MAGIC__DBWIND__DBWTECH_H
#define _MAGIC__DBWIND__DBWTECH_H
extern TileTypeBitMask *DBWStyleToTypesTbl;
#define DBWStyleToTypes(s) (DBWStyleToTypesTbl + s)
/* forward declarations */
extern int DBWTechParseStyle();
/* C99 compat */
extern void DBWElementStyle();
extern void DBWElementText();
extern void DBWSetCrosshair();
#endif /* _MAGIC__DBWIND__DBWTECH_H */