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/gameinterface.h')
-rw-r--r--src/core/gameinterface.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/core/gameinterface.h b/src/core/gameinterface.h
index f188475..22b85d5 100644
--- a/src/core/gameinterface.h
+++ b/src/core/gameinterface.h
@@ -32,6 +32,9 @@ public:
inline Players & players() { return game_players; }
+ /// find the first player who's id or name matches the search string
+ Player *find_player(const std::string &search);
+
/// show a list of connected players
void list_players();