diff options
| -rw-r--r-- | NT/src/graph.cpp | 4 | ||||
| -rw-r--r-- | NT/src/graph.h | 6 |
2 files changed, 10 insertions, 0 deletions
diff --git a/NT/src/graph.cpp b/NT/src/graph.cpp new file mode 100644 index 0000000..50aaa0c --- /dev/null +++ b/NT/src/graph.cpp @@ -0,0 +1,4 @@ +#include "graph.h" + + + 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 |
