/* ** polygons.h - <+DESC+> ** ** 2014 - Frank Villaro-Dixon */ #ifndef POLYGONS_H #define POLYGONS_H void draw_polygon(struct s_game *g); void draw_polygon_side(struct s_game *g, int faceno, int dist, int thick, int col); #endif /* ndef POLYGONS_H */