summaryrefslogtreecommitdiff
path: root/modules/remote-filesystem/c++/common.hpp
blob: 8824af21eefe3b629e6488943ac4706e40f20d66 (plain)
1
2
3
4
5
6
7
#pragma once

namespace saw {
namespace rmt {
struct File {};
}
}