Seafire-Routing/seafire/routing/diagnostics.hxx
2025-03-08 20:55:07 +01:00

15 lines
266 B
C++

#ifndef seafire__routing__diagnostics_hxx_
#define seafire__routing__diagnostics_hxx_
#include <seafire/common/diagnostics.hxx>
namespace seafire::routing
{
common::diagnostics_t::category_t const&
routing_category();
} // namespace seafire::routing
#endif