From 12f409fff38fdc27d12b09969335c136ba09babf Mon Sep 17 00:00:00 2001 From: justin Date: Fri, 1 Jul 2022 20:04:35 +0100 Subject: [PATCH] Finish redoing zoning functions (add exports) --- src/Dodge/Zone.hs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/Dodge/Zone.hs b/src/Dodge/Zone.hs index 3384cfbc7..78ffd3fed 100644 --- a/src/Dodge/Zone.hs +++ b/src/Dodge/Zone.hs @@ -1,7 +1,9 @@ module Dodge.Zone ( zoneOfSight , zoneAroundPoint + , aroundPoint , nearPoint + , nearSeg , wlsNearPoint , crsNearPoint , clsNearPoint