summaryrefslogtreecommitdiffstats
path: root/src/control/Script.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/control/Script.h')
-rw-r--r--src/control/Script.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/control/Script.h b/src/control/Script.h
index cdc33e97..1eb02c1b 100644
--- a/src/control/Script.h
+++ b/src/control/Script.h
@@ -39,4 +39,10 @@ public:
static CTextLine* IntroTextLines;
static CScriptRectangle* IntroRectangles;
static CSprite2d* ScriptSprites;
+ static bool DbgFlag;
+ static uint32 OnAMissionFlag;
+
+public:
+ static bool IsPlayerOnAMission();
+ static void ScriptDebugLine3D(float x1, float y1, float z1, float x2, float y2, float z2, int col, int col2);
};