15 lines
271 B
C++
15 lines
271 B
C++
#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
|