From 512a2738e9f2fc74f109dabada357cc20c2a3412 Mon Sep 17 00:00:00 2001 From: Tim Redfern Date: Sat, 7 Sep 2013 15:24:39 +0100 Subject: refactoring --- rotord/src/graph.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'rotord/src/graph.h') diff --git a/rotord/src/graph.h b/rotord/src/graph.h index 2b2b8d0..df6564d 100644 --- a/rotord/src/graph.h +++ b/rotord/src/graph.h @@ -3,6 +3,12 @@ #include "rotor.h" +/*------------------------ + +Graph is an instance of a rotor renderer + +-------------------------*/ + namespace Rotor { class Graph{ public: -- cgit v1.2.3