diff options
Diffstat (limited to 'koh.h')
-rw-r--r-- | koh.h | 7 |
1 files changed, 5 insertions, 2 deletions
@@ -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 |