summaryrefslogtreecommitdiff
path: root/web/web_control.h
blob: 86e8d2ca483f6e8f07b5556f1a0337063a13eeb9 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#ifndef WEB_CONTROL_H
#define WEB_CONTROL_H

void start_match();
void end_match();
void user_visit(int points);
void user_num_darts(int n);
void user_undo();
void user_visit_to_rem(int rem);
void update_user_rem_from_pts(int pts);

void handle_next();

#endif