mirror of
https://github.com/godotengine/godot.git
synced 2025-12-08 06:09:55 +00:00
parent
a7fc04626a
commit
61655d6dc2
9 changed files with 72 additions and 564 deletions
|
|
@ -51,7 +51,10 @@ class DirAccessUnix : public DirAccess {
|
|||
String current_dir;
|
||||
bool _cisdir;
|
||||
bool _cishidden;
|
||||
|
||||
protected:
|
||||
|
||||
virtual String fix_unicode_name(const char* p_name) const { return String::utf8(p_name); }
|
||||
|
||||
public:
|
||||
|
||||
virtual bool list_dir_begin(); ///< This starts dir listing
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue