Eneboo - Documentación para desarrolladores
|
00001 /****************************************************************************** 00002 * congraph.h 00003 ****************************************************************************** 00004 * Some ASCII graphical routines for the console 00005 * 00006 * Author: Bjoern Berg, clergyman@gmx.de 00007 * Version: 0.1, 2003-01-25 00008 * 00009 * History: 00010 * 2003-01-25 berg first implementation 00011 *****************************************************************************/ 00012 00013 #ifndef _ANUBISNET_CONGRAPH 00014 #define _ANUBISNET_CONGRAPH 00015 00016 #include <stdio.h> 00017 00018 void drawline (int length, int *cross, int numberofcrosses); 00019 00020 #endif