mirror of
https://github.com/Jaxan/hybrid-ads.git
synced 2025-04-28 07:27:45 +02:00
8 lines
221 B
C++
8 lines
221 B
C++
#pragma once
|
|
|
|
#include <iosfwd>
|
|
|
|
struct splijtboom;
|
|
|
|
void write_splitting_tree_to_dot(const splijtboom & root, std::ostream & out);
|
|
void write_splitting_tree_to_dot(const splijtboom & root, std::string const & filename);
|