summaryrefslogtreecommitdiffstats
path: root/drivers/windows/dir_access_windows.h
diff options
context:
space:
mode:
authorJuan Linietsky <reduzio@gmail.com>2015-03-22 19:00:50 -0300
committerJuan Linietsky <reduzio@gmail.com>2015-03-22 19:00:50 -0300
commit23e13ce3c209da13a7bbf771cf31588045ad432e (patch)
treecef883c01a1662a2f2e08ce85e639a4b49175985 /drivers/windows/dir_access_windows.h
parente9f94ce8d2cc6805e74fffdf733e6dc5b5c530f5 (diff)
downloadredot-engine-23e13ce3c209da13a7bbf771cf31588045ad432e.tar.gz
fixes to new window management API
-needs testing on Linux -needs testing on Windows -NEED SOMEONE TO IMPLEMENT IT ON OSX!! PLEASE HELP!
Diffstat (limited to 'drivers/windows/dir_access_windows.h')
-rw-r--r--drivers/windows/dir_access_windows.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/windows/dir_access_windows.h b/drivers/windows/dir_access_windows.h
index 906ce0d064..4a668a7364 100644
--- a/drivers/windows/dir_access_windows.h
+++ b/drivers/windows/dir_access_windows.h
@@ -65,6 +65,7 @@ public:
virtual bool list_dir_begin(); ///< This starts dir listing
virtual String get_next();
virtual bool current_is_dir() const;
+ virtual bool current_is_hidden() const;
virtual void list_dir_end(); ///<
virtual int get_drive_count();