Seafire-Routing/seafire/routing/diagnostics.hxx

15 lines
266 B
C++
Raw Normal View History

2025-03-07 02:25:54 +01:00
#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