diff options
Diffstat (limited to 'tools/editor/filesystem_dock.h')
-rw-r--r-- | tools/editor/filesystem_dock.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tools/editor/filesystem_dock.h b/tools/editor/filesystem_dock.h index 382fcf198d..a5a1df0955 100644 --- a/tools/editor/filesystem_dock.h +++ b/tools/editor/filesystem_dock.h @@ -199,6 +199,9 @@ public: void set_display_mode(int p_mode); + int get_split_offset() { return split_box->get_split_offset(); } + void set_split_offset(int p_offset) { split_box->set_split_offset(p_offset); } + FileSystemDock(EditorNode *p_editor); ~FileSystemDock(); }; |