summaryrefslogtreecommitdiff
path: root/server/client.h
diff options
context:
space:
mode:
Diffstat (limited to 'server/client.h')
-rw-r--r--server/client.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/server/client.h b/server/client.h
index b8e11c2..4ba36d7 100644
--- a/server/client.h
+++ b/server/client.h
@@ -52,7 +52,7 @@ class Client : public boost::enable_shared_from_this<Client> {
void round_state(const PlayerState& pl_d, const PlayerState& pl_r, const PlayerState& pl_u, const PlayerState& pl_l, const Tiles& d, const Actions& a);
//! Send round end.
- void round_end();
+ void round_end(boost::function<void ()> callback);
//! Get action. Upon connection error, last element of expected_actions will be provided.
void get_action(boost::function<void (Action)> callback, Actions expected_actions);