diff options
Diffstat (limited to 'inc/mandel.h')
| -rw-r--r-- | inc/mandel.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/inc/mandel.h b/inc/mandel.h index 0383a39..a2af137 100644 --- a/inc/mandel.h +++ b/inc/mandel.h @@ -58,6 +58,12 @@ typedef struct typedef struct { + float position; + Color color; +} ControlPoint; + +typedef struct +{ unsigned int id; struct { |
