From 49dc48f1f0463e62ec9ae5eaf12c9688e14c6fb3 Mon Sep 17 00:00:00 2001 From: "Claudius \"keldu\" Holeksa" Date: Fri, 7 Nov 2025 13:12:07 +0100 Subject: Moving declaration of rmt to common header --- modules/remote-filesystem/c++/common.hpp | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 modules/remote-filesystem/c++/common.hpp (limited to 'modules/remote-filesystem/c++/common.hpp') 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 {}; +} +} -- cgit v1.2.3