You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-04 12:00:25 +00:00
Add GDScript code generation interface
Implement the abstraction by targeting the current VM.
This commit is contained in:
@@ -224,6 +224,7 @@ public:
|
||||
|
||||
private:
|
||||
friend class GDScriptCompiler;
|
||||
friend class GDScriptByteCodeGenerator;
|
||||
|
||||
StringName source;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user