Seafire-Common/seafire/common/io/diagnostics.hxx

15 lines
271 B
C++
Raw Normal View History

2025-03-07 02:25:52 +01:00
#ifndef seafire__common__io_diagnostics_hxx_
#define seafire__common__io_diagnostics_hxx_
#include <seafire/common/diagnostics.hxx>
namespace seafire::common::io
{
common::diagnostics_t::category_t const&
io_category();
} // namespace seafire::common::io
#endif