aboutsummaryrefslogtreecommitdiff
path: root/queen/queen.h
diff options
context:
space:
mode:
Diffstat (limited to 'queen/queen.h')
-rw-r--r--queen/queen.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/queen/queen.h b/queen/queen.h
index b58b26453e..f305e296b1 100644
--- a/queen/queen.h
+++ b/queen/queen.h
@@ -62,6 +62,11 @@ public:
Common::RandomSource randomizer;
+ void registerDefaultSettings();
+ void checkOptionSettings();
+ void readOptionSettings();
+ void writeOptionSettings();
+
protected:
void errorString(const char *buf_input, char *buf_output);
@@ -70,6 +75,7 @@ protected:
void initialise();
+
static void timerHandler(void *ptr);
void gotTimerTick();