summaryrefslogtreecommitdiffstats
path: root/modules/gdscript/gdscript.h
diff options
context:
space:
mode:
authorGeorge Marques <george@gmarqu.es>2021-03-28 11:03:13 -0300
committerGeorge Marques <george@gmarqu.es>2021-04-28 11:09:38 -0300
commitc201b212c7d188c15de78c4d4150e9d7337b6983 (patch)
treea66e15980bebbe5322e458c10457889ff4d515e8 /modules/gdscript/gdscript.h
parent3155368093875e644b1adbfa29bb584134c52a89 (diff)
downloadredot-engine-c201b212c7d188c15de78c4d4150e9d7337b6983.tar.gz
GDScript: Implement lambdas compilation and runtime
Diffstat (limited to 'modules/gdscript/gdscript.h')
-rw-r--r--modules/gdscript/gdscript.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/gdscript/gdscript.h b/modules/gdscript/gdscript.h
index 12c909fd4f..98da5ad4cb 100644
--- a/modules/gdscript/gdscript.h
+++ b/modules/gdscript/gdscript.h
@@ -270,6 +270,7 @@ public:
class GDScriptInstance : public ScriptInstance {
friend class GDScript;
friend class GDScriptFunction;
+ friend class GDScriptLambdaCallable;
friend class GDScriptCompiler;
friend struct GDScriptUtilityFunctionsDefinitions;