diff options
author | Leonard Kugis <leonardkugis@gmail.com> | 2018-02-01 00:26:36 +0100 |
---|---|---|
committer | Leonard Kugis <leonardkugis@gmail.com> | 2018-02-01 00:26:36 +0100 |
commit | be4f2582062196dd6ecf393f55566367bc1dfa9f (patch) | |
tree | 9c80c556327097f6ab7e4b97b5b195d45167565f /src/mandelbrot-zoom.h | |
parent | 28006d5fa6af63a9bc2f274e7daf7a741eaacde5 (diff) |
reorganized configs
Diffstat (limited to 'src/mandelbrot-zoom.h')
-rw-r--r-- | src/mandelbrot-zoom.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mandelbrot-zoom.h b/src/mandelbrot-zoom.h index 5aa4dc4..1ff8f4f 100644 --- a/src/mandelbrot-zoom.h +++ b/src/mandelbrot-zoom.h @@ -13,6 +13,7 @@ #include "conversion.h" #include "render.h" #include "sets.h" +#include "config.h" typedef struct Ui_settings { GtkWindow *settings; @@ -46,7 +47,7 @@ typedef struct Ui_settings { } Ui_settings; Ui_settings ui_settings; -Config config; +config_t config; u8 currentColor; int main(int argc, char **argv); |