You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-15 13:51:40 +00:00
Add signals for files move/delete/rename to FileSystemDock
This commit is contained in:
@@ -126,6 +126,8 @@ class DependencyRemoveDialog : public ConfirmationDialog {
|
||||
|
||||
void ok_pressed();
|
||||
|
||||
static void _bind_methods();
|
||||
|
||||
public:
|
||||
void show(const Vector<String> &p_folders, const Vector<String> &p_files);
|
||||
DependencyRemoveDialog();
|
||||
|
||||
Reference in New Issue
Block a user