nngn
Loading...
Searching...
No Matches
graph.h
Go to the documentation of this file.
1#ifndef NNGN_TOOLS_PLOT_GRAPH_H
2#define NNGN_TOOLS_PLOT_GRAPH_H
3
4struct Graph {
5 enum class Type : uint8_t {
6 LINE = 'l',
7 };
8};
9
10#endif
Definition: graph.h:4
Type
Definition: graph.h:5