mirror of
https://github.com/godotengine/godot.git
synced 2025-11-01 14:11:15 +00:00
Port existing _notification code to use switch statements (part 1/3)
This commit is contained in:
parent
f5b9cbaff6
commit
dcd2a92af3
39 changed files with 1836 additions and 1666 deletions
|
|
@ -189,6 +189,8 @@ class CodeTextEditor : public VBoxContainer {
|
|||
void _set_show_warnings_panel(bool p_show);
|
||||
void _error_pressed(const Ref<InputEvent> &p_event);
|
||||
|
||||
void _update_status_bar_theme();
|
||||
|
||||
void _delete_line(int p_line);
|
||||
void _toggle_scripts_pressed();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue