mirror of
https://github.com/godotengine/godot.git
synced 2025-10-20 00:13:30 +00:00
Implement get_filesystem_type
on macOS and Linux.
This commit is contained in:
parent
45fc515ae3
commit
d609cf62a0
7 changed files with 184 additions and 2 deletions
|
@ -52,6 +52,8 @@ protected:
|
|||
virtual bool is_hidden(const String &p_name) override;
|
||||
virtual bool is_case_sensitive(const String &p_path) const override;
|
||||
|
||||
virtual String get_filesystem_type() const override;
|
||||
|
||||
virtual bool is_bundle(const String &p_file) const override;
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue