nf7/iface/file.hh
falsycat 7362dc3503 Revert "add mtx() property to File interface"
This reverts commit 01236d4aef783b68e34de95558b3e1a398b3a1fb.
2023-08-20 11:11:35 +09:00

12 lines
182 B
C++

// No copyright
#pragma once
#include "iface/common/container.hh"
#include "iface/data/interface.hh"
namespace nf7 {
using File = Container<data::Interface>;
} // namespace nf7