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 83c7da44..d81db668 100644
--- a/src/beingmanager.h
+++ b/src/beingmanager.h
@@ -123,6 +123,8 @@ class BeingManager
void getPlayerNames(std::vector<std::string> &names,
bool npcNames);
+ void updatePlayerNames();
+
protected:
Beings mBeings;
Map *mMap;