summaryrefslogtreecommitdiff
path: root/modules/remote-filesystem/c++/common.hpp
diff options
context:
space:
mode:
authorClaudius "keldu" Holeksa <mail@keldu.de>2025-11-07 13:12:07 +0100
committerClaudius "keldu" Holeksa <mail@keldu.de>2025-11-07 13:12:07 +0100
commit49dc48f1f0463e62ec9ae5eaf12c9688e14c6fb3 (patch)
tree8b3d077282cc3fe0fa7d4614ce45477a9a990e6a /modules/remote-filesystem/c++/common.hpp
parent8867bee7244c3a67fe3eeeffeac31c80babf5e9c (diff)
downloadforstio-forstio-49dc48f1f0463e62ec9ae5eaf12c9688e14c6fb3.tar.gz
Moving declaration of rmt to common header
Diffstat (limited to 'modules/remote-filesystem/c++/common.hpp')
-rw-r--r--modules/remote-filesystem/c++/common.hpp7
1 files changed, 7 insertions, 0 deletions
diff --git a/modules/remote-filesystem/c++/common.hpp b/modules/remote-filesystem/c++/common.hpp
new file mode 100644
index 0000000..8824af2
--- /dev/null
+++ b/modules/remote-filesystem/c++/common.hpp
@@ -0,0 +1,7 @@
+#pragma once
+
+namespace saw {
+namespace rmt {
+struct File {};
+}
+}