diff options
Diffstat (limited to 'src/settings.h')
| -rw-r--r-- | src/settings.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/settings.h b/src/settings.h index 56a4a2a4..2d66fd59 100644 --- a/src/settings.h +++ b/src/settings.h @@ -96,6 +96,11 @@ public: QString getDownloadDirectory() const; /** + * retrieve a sorted list of preferred servers + */ + std::map<QString, int> getPreferredServers(); + + /** * retrieve the directory where mods are stored (with native separators) **/ QString getModDirectory() const; |
