rotagon/polygons.h
2015-01-01 06:19:10 +01:00

18 lines
282 B
C

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