#ifndef __GEOM_H__ #define __GEOM_H__ #define DEBUG 1 /* ======================================================== FULL SCHERK/COLLINS SCULPTURE __________________________________________________________ This is the main loop calling upon the needed instances of branches to make the sculpture with all the storeys. --------------------------------------------------------- */ int geometry(int flat); void output_newscherk_data(FILE *fp); int geometry_display_list(); #endif /* __GEOM_H__ */