Merge branch 'develop' into next
This commit is contained in:
commit
92776fe507
@ -53,7 +53,6 @@ private:
|
|||||||
cpputils::unique_ref<File> LoadFile(const boost::filesystem::path &path);
|
cpputils::unique_ref<File> LoadFile(const boost::filesystem::path &path);
|
||||||
cpputils::unique_ref<Dir> LoadDir(const boost::filesystem::path &path);
|
cpputils::unique_ref<Dir> LoadDir(const boost::filesystem::path &path);
|
||||||
cpputils::unique_ref<Symlink> LoadSymlink(const boost::filesystem::path &path);
|
cpputils::unique_ref<Symlink> LoadSymlink(const boost::filesystem::path &path);
|
||||||
cpputils::unique_ref<Node> LoadFileOrSymlink(const boost::filesystem::path &path);
|
|
||||||
int openFile(File *file, int flags);
|
int openFile(File *file, int flags);
|
||||||
|
|
||||||
#ifdef FSPP_PROFILE
|
#ifdef FSPP_PROFILE
|
||||||
|
Loading…
Reference in New Issue
Block a user