summaryrefslogtreecommitdiff
path: root/src/beingmanager.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/beingmanager.h')
-rw-r--r--src/beingmanager.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/beingmanager.h b/src/beingmanager.h
index 0150f373..4490738e 100644
--- a/src/beingmanager.h
+++ b/src/beingmanager.h
@@ -118,6 +118,8 @@ class BeingManager
*/
void clear();
+ std::string getAutoCompletePlayerName(std::string partName);
+
protected:
Beings mBeings;
Map *mMap;