From 1c5bd982ab37b161410be55eaa401e4686d16351 Mon Sep 17 00:00:00 2001 From: ZoRo Date: Tue, 24 Nov 2020 20:01:30 +0000 Subject: Updated version that looks like works. EMCC loop works ok now --- koh.h | 1 + 1 file changed, 1 insertion(+) (limited to 'koh.h') diff --git a/koh.h b/koh.h index b197c90..b003b0b 100644 --- a/koh.h +++ b/koh.h @@ -16,6 +16,7 @@ typedef struct int max_generations; int x,y; double size; + int color_pattern; } koh_config; typedef struct -- cgit v1.2.3