summaryrefslogtreecommitdiff
path: root/server/player.h
diff options
context:
space:
mode:
Diffstat (limited to 'server/player.h')
-rw-r--r--server/player.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/server/player.h b/server/player.h
index af27721..f558711 100644
--- a/server/player.h
+++ b/server/player.h
@@ -56,8 +56,13 @@ class Player : public boost::enable_shared_from_this<Player> {
//! Send round state.
void round_state(State state);
+ //! Send round end.
+ void round_end();
+
//! Get action.
void get_action(boost::function<void (Action)> callback);
+
+ void kill_action();
};
#endif