+ Funciones de Primitivas gráficas (CDIV)
Estas funciones nos permiten establecer primitivas gráficas.
int draw( int tipo, color, modo, región, x0, y0, x1, y1 )
void draw_in_bitmap( BITMAP * bmp, int tipo, color, modo, region, x0, y0, x1, y1 )
void draw_in_map( int fpg, graph, tipo, color, modo, region, x0, y0, x1, y1 )
void delete_draw( int id_draw )
void move_draw( int id_draw, color, modo, x0, y0, x1, y1 ) int makecol( int Rojo, Verde, Azul )