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-03-22 12:47:05 +0000
committerStijn Buys <ingar@osirion.org>2008-03-22 12:47:05 +0000
commit8d5cd141d63d9628dbdfebdde462657d5c05f0cf (patch)
treeb7f2ee25a48289b72ca32e31d5b243ac63da44d1 /src/core/gameserver.h
parent49b15759b7a492d778898f56131321ffe92afb40 (diff)
added func_who
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 2e492c8..6003629 100644
--- a/src/core/gameserver.h
+++ b/src/core/gameserver.h
@@ -42,6 +42,9 @@ public:
/// run a game server time frame
void frame(float seconds);
+
+ /// a player requests a list of who is connected
+ void list_players(Player *player);
/// a player sends a chat message on the public channel
void say(Player *player, std::string const &args);