diff options
author | Your Name <you@example.com> | 2020-11-06 15:28:10 -0500 |
---|---|---|
committer | Your Name <you@example.com> | 2020-11-06 15:28:10 -0500 |
commit | 44f16b6cd5b9cd9641c0c5df1c671c9e610ad7ac (patch) | |
tree | 47e540ac3e98d8f68a0e0ab36f1c1bc03beb2d35 /libbible.h | |
parent | 7fc8ebf27892eb02488fd2e75ca35ae48f596782 (diff) | |
download | libbible-44f16b6cd5b9cd9641c0c5df1c671c9e610ad7ac.tar.gz libbible-44f16b6cd5b9cd9641c0c5df1c671c9e610ad7ac.tar.bz2 libbible-44f16b6cd5b9cd9641c0c5df1c671c9e610ad7ac.zip |
Added mod installation to cli interface
Diffstat (limited to 'libbible.h')
-rw-r--r-- | libbible.h | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -63,8 +63,9 @@ namespace libbible { * @param language The language of the mod to install as provided from downloadModsAvailable * @param name The name of the bible version as provided from downloadModsAvailable * @see downloadModsAvailable() + * @return true on success, false otherwise */ - void installModFromInternet(std::string language, std::string name); + bool installModFromInternet(std::string language, std::string name); /** * @param filename Path to the .zip compressed module to be installed |