diff options
Diffstat (limited to 'NT/src/graph.h')
| -rw-r--r-- | NT/src/graph.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/NT/src/graph.h b/NT/src/graph.h new file mode 100644 index 0000000..87be66e --- /dev/null +++ b/NT/src/graph.h @@ -0,0 +1,6 @@ +#ifndef GRAPH_H +#define GRAPH_H + +#include "rotor.h" + +#endif //GRAPH_H |
