feat: updated engine version to 4.4-rc1
This commit is contained in:
parent
ee00efde1f
commit
21ba8e33af
5459 changed files with 1128836 additions and 198305 deletions
|
|
@ -34,6 +34,7 @@
|
|||
#include "scene/gui/box_container.h"
|
||||
|
||||
class CheckBox;
|
||||
class ConfigFile;
|
||||
class ItemList;
|
||||
class EditorUndoRedoManager;
|
||||
|
||||
|
|
@ -53,10 +54,13 @@ class HistoryDock : public VBoxContainer {
|
|||
void refresh_history();
|
||||
void on_version_changed();
|
||||
void refresh_version();
|
||||
void save_options();
|
||||
|
||||
void _save_layout_to_config(Ref<ConfigFile> p_layout, const String &p_section) const;
|
||||
void _load_layout_from_config(Ref<ConfigFile> p_layout, const String &p_section);
|
||||
|
||||
protected:
|
||||
void _notification(int p_notification);
|
||||
static void _bind_methods();
|
||||
|
||||
public:
|
||||
void seek_history(int p_index);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue