diff options
Diffstat (limited to 'rotord/src/graph.h')
| -rw-r--r-- | rotord/src/graph.h | 6 |
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: |
