| 1271 | static boolean (*is_ok_location_func)(coordxy, coordxy) = NULL; |
| 1272 | |
| 1273 | staticfn void |
| 1274 | set_ok_location_func(boolean (*func)(coordxy, coordxy)) |
| 1275 | { |
| 1276 | is_ok_location_func = func; |
| 1277 | } |
| 1278 | |
| 1279 | staticfn boolean |
| 1280 | is_ok_location(coordxy x, coordxy y, getloc_flags_t humidity) |