From bd5a1d60ab7e1a930835e239cc0ee7257e9e82ad Mon Sep 17 00:00:00 2001 From: Tim Redfern Date: Sun, 19 Jan 2014 23:03:31 +0000 Subject: starting to make graph loader --- NT/src/graph.cpp | 4 ++++ NT/src/graph.h | 6 ++++++ 2 files changed, 10 insertions(+) create mode 100644 NT/src/graph.cpp create mode 100644 NT/src/graph.h (limited to 'NT/src') 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 -- cgit v1.2.3