diff options
author | George Marques <george@gmarqu.es> | 2020-07-28 15:17:49 -0300 |
---|---|---|
committer | George Marques <george@gmarqu.es> | 2020-09-01 14:27:19 -0300 |
commit | 82273ebc0122e205b42ed6bad998d10ba74d7e0b (patch) | |
tree | 4b40cdfabd44b88503e4ca52da9413d4983c880d /modules/gdscript/gdscript_function.h | |
parent | 64e0a129001b670a81ffa833aa85d8ed7bc73d39 (diff) | |
download | redot-engine-82273ebc0122e205b42ed6bad998d10ba74d7e0b.tar.gz |
Add GDScript code generation interface
Implement the abstraction by targeting the current VM.
Diffstat (limited to 'modules/gdscript/gdscript_function.h')
-rw-r--r-- | modules/gdscript/gdscript_function.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/gdscript/gdscript_function.h b/modules/gdscript/gdscript_function.h index 771baf6a08..187d420701 100644 --- a/modules/gdscript/gdscript_function.h +++ b/modules/gdscript/gdscript_function.h @@ -224,6 +224,7 @@ public: private: friend class GDScriptCompiler; + friend class GDScriptByteCodeGenerator; StringName source; |