aboutsummaryrefslogtreecommitdiff
path: root/zencore/include
diff options
context:
space:
mode:
authorMartin Ridgers <[email protected]>2021-09-15 16:32:59 +0200
committerMartin Ridgers <[email protected]>2021-09-16 10:07:22 +0200
commit75a1cb75d080bdc56c351c359acdef19a9865608 (patch)
tree0a0ef19934f74bb2280c6f6cb684d98a442d9acd /zencore/include
parentImplemented GetRunningExecutablePath() for Linux (diff)
downloadzen-75a1cb75d080bdc56c351c359acdef19a9865608.tar.xz
zen-75a1cb75d080bdc56c351c359acdef19a9865608.zip
Added a simple filesystem test case
Diffstat (limited to 'zencore/include')
-rw-r--r--zencore/include/zencore/filesystem.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/zencore/include/zencore/filesystem.h b/zencore/include/zencore/filesystem.h
index a2d368d6f..a5e4dcf80 100644
--- a/zencore/include/zencore/filesystem.h
+++ b/zencore/include/zencore/filesystem.h
@@ -78,4 +78,8 @@ public:
void TraverseFileSystem(const std::filesystem::path& RootDir, TreeVisitor& Visitor);
};
+//////////////////////////////////////////////////////////////////////////
+
+void filesystem_forcelink(); // internal
+
} // namespace zen