summaryrefslogtreecommitdiffstats
path: root/src/script/script.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/script/script.h')
-rw-r--r--src/script/script.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/script/script.h b/src/script/script.h
index afb89c8..694228a 100644
--- a/src/script/script.h
+++ b/src/script/script.h
@@ -24,6 +24,8 @@
#include "common/event.h"
+#include "common/global.h"
+
#include "app/pausemanager.h"
#include "CBot/CBotDll.h"
@@ -209,6 +211,7 @@ public:
private:
static bool Process(CScript* script, CBotVar* result, int &exception);
+ static bool ShouldExecutionStop(Error err, int errMode);
static CObject* SearchInfo(CScript* script, CObject* object, float power);
protected: