1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-25 15:37:42 +00:00

Implement DirAccess.is_equivalent method.

This commit is contained in:
Pāvels Nadtočajevs
2025-03-25 12:47:51 +02:00
parent 6b5b84c0c5
commit d5cea9bb2e
7 changed files with 67 additions and 0 deletions

View File

@@ -84,6 +84,7 @@ public:
virtual String get_filesystem_type() const override;
virtual bool is_case_sensitive(const String &p_path) const override;
virtual bool is_equivalent(const String &p_path_a, const String &p_path_b) const override;
DirAccessWindows();
~DirAccessWindows();