aboutsummaryrefslogtreecommitdiff
path: root/src/rez/rez.h
diff options
context:
space:
mode:
authorXavier Del Campo Romero <xavi92@disroot.org>2025-12-19 00:01:17 +0100
committerXavier Del Campo Romero <xavi92@disroot.org>2025-12-22 12:47:40 +0100
commitc736e13c7dd04bfa6c0580a4db3d6501dc28eed1 (patch)
tree04d1b490f710b0ed956e8f43d620ed6f846b8cf2 /src/rez/rez.h
parente2f9ee3f8cd319e952e4f5d5ec466f0ea9e6e77f (diff)
downloadglobalops-irrlicht.tar.gz
Irrlichtirrlicht
Diffstat (limited to 'src/rez/rez.h')
-rw-r--r--src/rez/rez.h3
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;