diff options
| author | Tim Redfern <tim@eclectronics.org> | 2013-09-07 15:24:39 +0100 |
|---|---|---|
| committer | Tim Redfern <tim@eclectronics.org> | 2013-09-07 15:24:39 +0100 |
| commit | 512a2738e9f2fc74f109dabada357cc20c2a3412 (patch) | |
| tree | 7cb6f96fafeaf40dc03c2cb59a1a13ecf0c99e07 /rotord/src/rotor.h | |
| parent | a8f03016896f929ab51631a42de4fc10c16233ae (diff) | |
refactoring
Diffstat (limited to 'rotord/src/rotor.h')
| -rwxr-xr-x | rotord/src/rotor.h | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/rotord/src/rotor.h b/rotord/src/rotor.h index 3eb3fe6..b504e5f 100755 --- a/rotord/src/rotor.h +++ b/rotord/src/rotor.h @@ -1,7 +1,11 @@ #ifndef ROTOR_H #define ROTOR_H -//definitions of base classes and types for rendering graph +/*------------------------ + +Definitions of base classes and types for rotor rendering graph + +-------------------------*/ #include <unordered_map> #include <deque> |
