summaryrefslogtreecommitdiff
path: root/src/settings.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/settings.h')
-rw-r--r--src/settings.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/settings.h b/src/settings.h
index 0e5238b1..678226c1 100644
--- a/src/settings.h
+++ b/src/settings.h
@@ -720,6 +720,10 @@ public:
bool usePrereleases() const;
void setUsePrereleases(bool b);
+ // whether to use spascreen or not
+ //
+ bool useSplash() const;
+ void setUseSplash(bool b);
GameSettings& game();
const GameSettings& game() const;