X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;f=labeller.h;h=d6f53ef60fb3ad0e3249956aed85fdfc086e0d78;hb=c6fe2259ad1a11ab3c0591d699f9da26da7da568;hp=c16c43dd11518a40c37b82733c2f08e4d4aa74a9;hpb=6a7eb18eb0f3cb8a6a26edf9cf63e949afbd744e;p=leo.git diff --git a/labeller.h b/labeller.h index c16c43d..d6f53ef 100644 --- a/labeller.h +++ b/labeller.h @@ -152,10 +152,28 @@ struct placement double y; int variant_used; bool processed; + // FIXME: Replace with clist? + struct placement_link *map_links; + struct individual *individual; +}; + +struct placement_link +{ + struct map_placement *mp; + struct placement_link *next; +}; + +struct map_placement +{ + struct placement *placement; + struct map_placement *next; + struct map_placement *prev; }; struct map_part { + // FIXME: Replace with clist? + struct map_placement *placement; }; struct individual