| 433 | } |
| 434 | |
| 435 | void wf::dump_scene(scene::node_ptr root) |
| 436 | { |
| 437 | _dump_scene(root); |
| 438 | } |
| 439 | |
| 440 | void wf::detail::option_wrapper_debug_message(const std::string & option_name, const std::runtime_error & err) |
| 441 | { |
nothing calls this directly
no test coverage detected