diff options
Diffstat (limited to 'editor/code_editor.h')
-rw-r--r-- | editor/code_editor.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/editor/code_editor.h b/editor/code_editor.h index edab7d56b2..6d85f353f9 100644 --- a/editor/code_editor.h +++ b/editor/code_editor.h @@ -255,6 +255,8 @@ public: void validate_script(); + void show_toggle_scripts_button(); + CodeTextEditor(); }; |