diff options
author | David Vazgenovich Shakaryan <dvshakaryan@gmail.com> | 2022-04-28 13:13:14 -0700 |
---|---|---|
committer | David Vazgenovich Shakaryan <dvshakaryan@gmail.com> | 2022-04-28 13:13:14 -0700 |
commit | fcc02efbff337c05bf448231cd8bfbe016939f8a (patch) | |
tree | 4114353a7337f830827a3bfcf1552a50367ed0c2 /match.h | |
parent | 23fb49962b01b71f258bcd7933760aa609c453fb (diff) | |
download | dartboat-fcc02efbff337c05bf448231cd8bfbe016939f8a.tar.gz dartboat-fcc02efbff337c05bf448231cd8bfbe016939f8a.tar.xz |
web: the bot should have his own dartboard
Diffstat (limited to 'match.h')
-rw-r--r-- | match.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -8,6 +8,7 @@ struct visit { int rem; int n_darts; struct segment *darts; + struct ccoords *ccoords; }; struct leg { |