diff options
Diffstat (limited to 'board.h')
-rw-r--r-- | board.h | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -60,6 +60,9 @@ struct pcoords { void init_board(); +struct ccoords pol_to_cart(struct pcoords c); +struct pcoords cart_to_pol(struct ccoords c); + struct segment segment_from_pcoords(struct pcoords c); struct segment segment_from_name(const char *name); struct pcoords segment_centre(struct segment seg); |