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