diff options
Diffstat (limited to 'libbible.h')
-rw-r--r-- | libbible.h | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -65,6 +65,11 @@ namespace libbible { std::map<std::string, std::vector<std::string>> downloadModsAvailable(); /** + * @return A mapping from language abbreviations to full language names + */ + std::map<std::string, std::string> getLanguageNames(); + + /** * Cancel an in-progress download */ void terminateDownload(void); |