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.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/control/Script.h b/src/control/Script.h
index cf428855..1eb02c1b 100644
--- a/src/control/Script.h
+++ b/src/control/Script.h
@@ -44,4 +44,5 @@ public:
public:
static bool IsPlayerOnAMission();
+ static void ScriptDebugLine3D(float x1, float y1, float z1, float x2, float y2, float z2, int col, int col2);
};