Project::OSiRiON - Git repositories
Project::OSiRiON
News . About . Screenshots . Downloads . Forum . Wiki . Tracker . Git
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStijn Buys <ingar@osirion.org>2008-06-15 17:39:34 +0000
committerStijn Buys <ingar@osirion.org>2008-06-15 17:39:34 +0000
commitebb56ee4815325675ee878782e2ffa2f40da03d0 (patch)
tree6da7f2179aea3f526b1c3e5ac2738a8128278f2d /src/core/gameserver.h
parent7b07ebcb0351cef57aa2397f49ef25979fab7472 (diff)
time command, alRewindSource for ui sounds
Diffstat (limited to 'src/core/gameserver.h')
-rw-r--r--src/core/gameserver.h3
1 files changed, 3 insertions, 0 deletions
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);