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