Project::OSiRiON - Git repositories
Project::OSiRiON
News . About . Screenshots . Downloads . Forum . Wiki . Tracker . Git
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
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);