summaryrefslogtreecommitdiff
path: root/src/beingmanager.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/beingmanager.h')
-rw-r--r--src/beingmanager.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/beingmanager.h b/src/beingmanager.h
index 4490738e..bea84e25 100644
--- a/src/beingmanager.h
+++ b/src/beingmanager.h
@@ -118,7 +118,8 @@ class BeingManager
*/
void clear();
- std::string getAutoCompletePlayerName(std::string partName);
+ void getPlayerNames(std::vector<std::string> &names,
+ bool npcNames);
protected:
Beings mBeings;