aboutsummaryrefslogtreecommitdiff
path: root/saga/script.h
diff options
context:
space:
mode:
Diffstat (limited to 'saga/script.h')
-rw-r--r--saga/script.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/saga/script.h b/saga/script.h
index b1389cfe18..a6e4c088fb 100644
--- a/saga/script.h
+++ b/saga/script.h
@@ -344,6 +344,9 @@ private:
private:
ScriptThread *_conversingThread;
+public:
+ void finishDialog(int replyID, int flags, int bitOffset);
+
private:
typedef int (Script::*ScriptFunctionType)(SCRIPTFUNC_PARAMS);