summaryrefslogtreecommitdiff
path: root/rotord/src/graph.h
diff options
context:
space:
mode:
authorTim Redfern <tim@eclectronics.org>2013-09-07 15:24:39 +0100
committerTim Redfern <tim@eclectronics.org>2013-09-07 15:24:39 +0100
commit512a2738e9f2fc74f109dabada357cc20c2a3412 (patch)
tree7cb6f96fafeaf40dc03c2cb59a1a13ecf0c99e07 /rotord/src/graph.h
parenta8f03016896f929ab51631a42de4fc10c16233ae (diff)
refactoring
Diffstat (limited to 'rotord/src/graph.h')
-rw-r--r--rotord/src/graph.h6
1 files changed, 6 insertions, 0 deletions
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: