vfsLocalDir::IsOpened() implemented

This commit is contained in:
Nekotekina 2014-08-06 02:34:26 +04:00
parent 36f76bf288
commit 270c851645
4 changed files with 13 additions and 2 deletions

View file

@ -66,6 +66,7 @@ struct rDir
rDir(const rDir& other) = delete;
rDir(const std::string &path);
bool Open(const std::string& path);
bool IsOpened() const;
static bool Exists(const std::string &path);
bool GetFirst(std::string *filename) const;
bool GetNext(std::string *filename) const;