diff options
Diffstat (limited to 'src/rez/rez.h')
| -rw-r--r-- | src/rez/rez.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/rez/rez.h b/src/rez/rez.h index 5bbe206..6998d2b 100644 --- a/src/rez/rez.h +++ b/src/rez/rez.h @@ -15,7 +15,10 @@ class ball public: ball(const char *path); int parse(); + const rez::dir::direntry *access(const char *path) const; std::unique_ptr<rez::file> open(const char *path); + const rez::dir &root() const; + static const char title[127]; private: std::string toupper(const std::string &s) const; |
