summaryrefslogtreecommitdiffstats
path: root/koh.h
diff options
context:
space:
mode:
authorZoRo <dos21h@gmail.com>2020-11-20 17:54:14 +0000
committerZoRo <dos21h@gmail.com>2020-11-20 17:54:14 +0000
commite41ad7adc31c26dfa8a9c31b6b16bda46f9b85a7 (patch)
treeb4a49f94e81d932d7163b44163115f1a2725769b /koh.h
parent677a52fe2323769619cd2fd15012a210f7d680e2 (diff)
downloadwasm_fractal-e41ad7adc31c26dfa8a9c31b6b16bda46f9b85a7.tar.gz
wasm_fractal-e41ad7adc31c26dfa8a9c31b6b16bda46f9b85a7.zip
Version that works kind of
Diffstat (limited to 'koh.h')
-rw-r--r--koh.h7
1 files changed, 5 insertions, 2 deletions
diff --git a/koh.h b/koh.h
index 9c8208e..b197c90 100644
--- a/koh.h
+++ b/koh.h
@@ -9,10 +9,13 @@
#include <stdint.h>
#include <time.h>
+
typedef struct
{
- int k;
- int levels;
+ double k;
+ int max_generations;
+ int x,y;
+ double size;
} koh_config;
typedef struct