aboutsummaryrefslogtreecommitdiff
path: root/modules/gdscript/gd_script.h
diff options
context:
space:
mode:
authorJuan Linietsky2017-01-10 19:02:52 -0300
committerJuan Linietsky2017-01-10 19:02:52 -0300
commit80b733a33a56067eb7a067f0f1ce30b6c38275f8 (patch)
tree3863474891f243250a98d37295715a6350c4ff1d /modules/gdscript/gd_script.h
parentf3f4a11cfb9767e1d691aec431dd2f1a87a31977 (diff)
downloadgodot-80b733a33a56067eb7a067f0f1ce30b6c38275f8.tar.gz
godot-80b733a33a56067eb7a067f0f1ce30b6c38275f8.tar.zst
godot-80b733a33a56067eb7a067f0f1ce30b6c38275f8.zip
Diffstat (limited to 'modules/gdscript/gd_script.h')
-rw-r--r--modules/gdscript/gd_script.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/modules/gdscript/gd_script.h b/modules/gdscript/gd_script.h
index 7e572589c..dec191c01 100644
--- a/modules/gdscript/gd_script.h
+++ b/modules/gdscript/gd_script.h
@@ -294,11 +294,13 @@ class GDScriptLanguage : public ScriptLanguage {
void _add_global(const StringName& p_name,const Variant& p_value);
+friend class GDInstance;
Mutex *lock;
+
friend class GDScript;
SelfList<GDScript>::List script_list;