summaryrefslogtreecommitdiff
path: root/src/settings.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/settings.h')
-rw-r--r--src/settings.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/settings.h b/src/settings.h
index 3d37bdd8..b2cb6be5 100644
--- a/src/settings.h
+++ b/src/settings.h
@@ -731,6 +731,11 @@ public:
bool useSplash() const;
void setUseSplash(bool b);
+ // number of threads to use when refreshing
+ //
+ std::size_t refreshThreadCount() const;
+ void setRefreshThreadCount(std::size_t n) const;
+
GameSettings& game();
const GameSettings& game() const;