/* Boxes - Header * Copyright (C) 1998 J.A. Bezemer * * Licensed under the terms of the GNU General Public License. * ABSOLUTELY NO WARRANTY. * See the file `COPYING' in this directory. */ #ifndef HAVE_BOXES_H #define HAVE_BOXES_H extern void mybox (int y, int x, int h, int w); /* Draws a box, top left = (y,x), heigth = h, width = w. */ #endif /* HAVE_BOXES_H */