
/*
 * Copyright (c) 1991    Jon Wesener 
 * Gaming Software
 *
 * Permission to use, copy, modify, and distribute this
 * software and its documentation for any purpose and without
 * fee is hereby granted, provided that the above copyright
 * notice appear in all copies and that both that copyright
 * notice and this permission notice appear in supporting
 * documentation.  No representations are made about the
 * suitability of this software for any purpose.  It is
 * provided "as is" without express or implied warranty.
 *
 */

#ident	"@(#)bif.h	1.2 :/usr/key/jojow/X/src/guts/SCCS/s.bif.h 3/19/91 10:15:24 "

/* bif.h - bif specific includes */

#include "tank.h"

/* EXTERNALS */
extern Pixmap	tcells[MAXTANK][MAXDIR];

/* STRUCTURES */

/* OTHER */

#define MAXBIF		4
#define BIF_WXSIZE	(MAXBIF * TANK_LEN)
#define BIF_WYSIZE	TANK_LEN
