1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-28 16:07:14 +00:00

Prevent renaming to an unkown extension from FileSystem dock.

This commit is contained in:
jmb462
2022-01-16 19:08:40 +01:00
parent 6eff2230a9
commit c24433f500
3 changed files with 11 additions and 0 deletions

View File

@@ -272,6 +272,7 @@ public:
void scan();
void scan_changes();
void update_file(const String &p_file);
Set<String> get_valid_extensions() const;
EditorFileSystemDirectory *get_filesystem_path(const String &p_path);
String get_file_type(const String &p_file) const;