summaryrefslogtreecommitdiffstats
path: root/koh.h
diff options
context:
space:
mode:
authorZoRo <dos21h@gmail.com>2020-09-05 21:12:46 +0100
committerZoRo <dos21h@gmail.com>2020-09-05 21:12:46 +0100
commita73c7a57888f0f44f298ec425fc5abd3cfcffd62 (patch)
treec94c1234940f12db0be18f2beef844bc5d616324 /koh.h
parent22726f1e87a4fa668b67f276b61231297931359f (diff)
downloadwasm_fractal-a73c7a57888f0f44f298ec425fc5abd3cfcffd62.tar.gz
wasm_fractal-a73c7a57888f0f44f298ec425fc5abd3cfcffd62.zip
Basic queue
Diffstat (limited to 'koh.h')
-rw-r--r--koh.h7
1 files changed, 3 insertions, 4 deletions
diff --git a/koh.h b/koh.h
index 6018fb9..9c8208e 100644
--- a/koh.h
+++ b/koh.h
@@ -17,10 +17,9 @@ typedef struct
typedef struct
{
- int x1,y1,x2,y2;
- int level;
- int r,g,b,a;
- int invisible;
+ int x,y;
+ int generaton;
+ int size;
} koh_node;
#endif \ No newline at end of file