From ebb56ee4815325675ee878782e2ffa2f40da03d0 Mon Sep 17 00:00:00 2001 From: Stijn Buys Date: Sun, 15 Jun 2008 17:39:34 +0000 Subject: time command, alRewindSource for ui sounds --- src/core/gameserver.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/core/gameserver.h') diff --git a/src/core/gameserver.h b/src/core/gameserver.h index 025ea4d..a7ee159 100644 --- a/src/core/gameserver.h +++ b/src/core/gameserver.h @@ -49,6 +49,9 @@ public: /// a player sends a chat message on the public channel void say(Player *player, std::string const &args); + /// a player requests the current time + void showtime(Player *player); + /// broadcast a message to all players void broadcast(std::string const & message, Player *ignore_player = 0); -- cgit v1.2.3