TermOx
include
termox
widget
detail
graph_tree.hpp
1
#ifndef TERMOX_WIDGET_DETAIL_GRAPH_TREE_HPP
2
#define TERMOX_WIDGET_DETAIL_GRAPH_TREE_HPP
3
#include <string>
4
5
namespace
ox {
6
class
Widget;
7
}
// namespace ox
8
9
namespace
ox::detail {
10
12
void
graph_tree(Widget
const
& w, std::string
const
& filename);
13
14
}
// namespace ox::detail
15
#endif
// TERMOX_WIDGET_DETAIL_GRAPH_TREE_HPP
Generated by
1.9.1