aboutsummaryrefslogtreecommitdiff
path: root/core/os/dir_access.h
diff options
context:
space:
mode:
authorrollenrolm2015-03-21 18:33:32 +0100
committerrollenrolm2015-03-21 18:33:32 +0100
commitdb0a71fc58137da99137e9fbea3ee982679c9afd (patch)
tree2f5231a6e20f12d9fcc9e9799d986b4ecac38699 /core/os/dir_access.h
parent40496dd76ae53c93ef5ea7e56671682a7cae9def (diff)
downloadgodot-db0a71fc58137da99137e9fbea3ee982679c9afd.tar.gz
godot-db0a71fc58137da99137e9fbea3ee982679c9afd.tar.zst
godot-db0a71fc58137da99137e9fbea3ee982679c9afd.zip
Diffstat (limited to 'core/os/dir_access.h')
-rw-r--r--core/os/dir_access.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/core/os/dir_access.h b/core/os/dir_access.h
index d8672218b..dc56f2308 100644
--- a/core/os/dir_access.h
+++ b/core/os/dir_access.h
@@ -78,6 +78,7 @@ public:
virtual String get_next(bool* p_is_dir); // compatibility
virtual String get_next()=0;
virtual bool current_is_dir() const=0;
+ virtual bool current_is_hidden() const=0;
virtual void list_dir_end()=0; ///<