From be4f2582062196dd6ecf393f55566367bc1dfa9f Mon Sep 17 00:00:00 2001 From: Leonard Kugis Date: Thu, 1 Feb 2018 00:26:36 +0100 Subject: reorganized configs --- src/mandelbrot-zoom.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/mandelbrot-zoom.h') 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); -- cgit v1.2.1