/* @(#)types.h	1.3 (mg@ukc) 23/1/86 */
/*
 *	types.h: included by dbbc2.c, bbcplot.c, charset.c and tables.c
 *	contains declarations pertinent to the defining of characters
 *	in the dbbc ditroff previewer
 */

struct charraster {
	short framboozle;
	grid grid;
};

struct abnormchar {
	short troffname;
	short framboozle;
};

#define FIRSTPRINTINGCHAR 33
#define LASTPRINTINGCHAR  126
