aboutsummaryrefslogtreecommitdiffstats
path: root/ldid.hpp
diff options
context:
space:
mode:
authorJay Freeman (saurik) <saurik@saurik.com>2021-02-19 19:17:00 -0800
committerJay Freeman (saurik) <saurik@saurik.com>2021-02-19 19:17:00 -0800
commit90c0c6efde6c8ea7311bd1a1532cda9327ee408a (patch)
tree494d950e5cca8240ec7e48472d2937e4b2c93759 /ldid.hpp
parent56459e5774b4089e734239f51961f128957f62c5 (diff)
downloadldid-90c0c6efde6c8ea7311bd1a1532cda9327ee408a.tar.gz
ldid-90c0c6efde6c8ea7311bd1a1532cda9327ee408a.tar.zst
ldid-90c0c6efde6c8ea7311bd1a1532cda9327ee408a.zip
Improve, but not really fix :/, support for macOS.
Diffstat (limited to 'ldid.hpp')
-rw-r--r--ldid.hpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/ldid.hpp b/ldid.hpp
index a6a7b49..7f2f328 100644
--- a/ldid.hpp
+++ b/ldid.hpp
@@ -94,6 +94,8 @@ class SubFolder :
public:
SubFolder(Folder &parent, const std::string &path);
+ std::string Path(const std::string &path) const;
+
virtual void Save(const std::string &path, bool edit, const void *flag, const Functor<void (std::streambuf &)> &code);
virtual bool Look(const std::string &path) const;
virtual void Open(const std::string &path, const Functor<void (std::streambuf &, size_t, const void *)> &code) const;