/******************************************************************************
 * 	congraph.h
 ******************************************************************************
 * 	Some ASCII graphical routines for the console
 *
 *	Author: Bjoern Berg, clergyman@gmx.de
 *	Version: 0.1, 2003-01-25
 *
 *	History:
 *	2003-01-25	berg	first implementation
 *****************************************************************************/

#ifndef _ANUBISNET_CONGRAPH
#define _ANUBISNET_CONGRAPH

#include <stdio.h>

void drawline (int length, int *cross, int numberofcrosses);

#endif
