From b69c8b47916e4b3511c1aeff254ebfa6deef37ba Mon Sep 17 00:00:00 2001 From: lawnjelly Date: Wed, 17 May 2023 16:22:26 +0100 Subject: Single Compilation Unit build. Adds support for simple SCU build (DEV_ENABLED only). This speeds up compilation by compiling multiple cpp files within a single translation unit. --- editor/plugins/text_editor.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'editor/plugins/text_editor.h') diff --git a/editor/plugins/text_editor.h b/editor/plugins/text_editor.h index 0c218e9e0c..d1aa2a9047 100644 --- a/editor/plugins/text_editor.h +++ b/editor/plugins/text_editor.h @@ -38,6 +38,8 @@ class TextEditor : public ScriptEditorBase { GDCLASS(TextEditor, ScriptEditorBase); + static ScriptEditorBase *create_editor(const Ref &p_resource); + private: CodeTextEditor *code_editor = nullptr; -- cgit v1.2.3