diff options
author | _AG <gennariarmando@outlook.com> | 2019-06-20 11:20:52 +0200 |
---|---|---|
committer | _AG <gennariarmando@outlook.com> | 2019-06-20 11:21:27 +0200 |
commit | ef8e9e7f1b611f5565b9c9ba3e78162849c53d32 (patch) | |
tree | 5b9762c85badc7f46ceb2af9a93bc05cb7f4853b /src/control/Script.h | |
parent | 2ce7bcc405daf1b01f9220e7b584bc7c318ec5cd (diff) |
Update Radar.cpp
Diffstat (limited to 'src/control/Script.h')
-rw-r--r-- | src/control/Script.h | 1 |
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); }; |