diff options
author | RĂ©mi Verschelde <remi@verschelde.fr> | 2021-12-15 15:21:39 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-12-15 15:21:39 +0100 |
commit | e55ecd117fc6afadd8d424b8e2686292f0205918 (patch) | |
tree | 65b250b5f99fcacf97ac33f4ad8e0aba81366598 /drivers/unix/dir_access_unix.h | |
parent | de8348a9b31845dec3e585f5f0e5fc639138df09 (diff) | |
parent | 67f04b381bea03857c21d6bda3eb56cfb6c60fd5 (diff) |
Merge pull request #55948 from timothyqiu/shortcut-drives
Diffstat (limited to 'drivers/unix/dir_access_unix.h')
-rw-r--r-- | drivers/unix/dir_access_unix.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/unix/dir_access_unix.h b/drivers/unix/dir_access_unix.h index 8b19308967..327707de00 100644 --- a/drivers/unix/dir_access_unix.h +++ b/drivers/unix/dir_access_unix.h @@ -63,6 +63,7 @@ public: virtual int get_drive_count(); virtual String get_drive(int p_drive); + virtual int get_current_drive(); virtual bool drives_are_shortcuts(); virtual Error change_dir(String p_dir); ///< can be relative or absolute, return false on success |