summaryrefslogtreecommitdiff
path: root/src/gui/windows/questswindow.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/windows/questswindow.h')
-rw-r--r--src/gui/windows/questswindow.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/gui/windows/questswindow.h b/src/gui/windows/questswindow.h
index ec2f7da42..08ef852d9 100644
--- a/src/gui/windows/questswindow.h
+++ b/src/gui/windows/questswindow.h
@@ -59,7 +59,11 @@ class QuestsWindow final : public Window,
void action(const ActionEvent &event) override final;
- void updateQuest(const int var, const int val);
+ void updateQuest(const int var,
+ const int val1,
+ const int val2,
+ const int val3,
+ const int time);
void rebuild(const bool playSound);