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