#ifndef __KOH_H #define __KOH_H #include #include #include #include #include #include #include typedef struct { int k; int levels; } koh_config; typedef struct { int x,y; int generaton; int size; } koh_node; #endif