Bugs with generating ands and ors...ahh.
[repair.git] / Repair / RepairCompiler / MCC / specs / freeciv / test.space
1 set MAP(civ_map);
2 set GRID(tilegrid);
3 set TILE(tile);
4 set TERRAINTYPES(int);
5 set CITY(city);
6 CITYMAP: TILE -> CITY;
7 TERRAIN: TILE -> int;