summaryrefslogtreecommitdiffstats
path: root/koh.h
diff options
context:
space:
mode:
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