diff options
| author | Tim Redfern <tim@eclectronics.org> | 2014-01-19 23:03:31 +0000 |
|---|---|---|
| committer | Tim Redfern <tim@eclectronics.org> | 2014-01-19 23:03:31 +0000 |
| commit | bd5a1d60ab7e1a930835e239cc0ee7257e9e82ad (patch) | |
| tree | a5b4e21bd3c20841f6b684fe86592db22f599d7e /NT/src/graph.h | |
| parent | 3606861884c15b8f6bfe37b804f6195ddf13d1a1 (diff) | |
starting to make graph loader
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 |
