diff options
Diffstat (limited to 'src/content/mods.h')
| -rw-r--r-- | src/content/mods.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/content/mods.h b/src/content/mods.h index 0b0e26b50..a45081f57 100644 --- a/src/content/mods.h +++ b/src/content/mods.h @@ -127,6 +127,8 @@ public: const StringMap &getStrings(StringMap *place) const override; + const std::vector<std::string> &getKeys(std::vector<std::string> *place) const override; + protected: const std::string *getStringRaw(const std::string &name, std::string *place) const override; |
