diff options
Diffstat (limited to 'Sources/WmapParser/MapPoint.swift')
| -rw-r--r-- | Sources/WmapParser/MapPoint.swift | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/Sources/WmapParser/MapPoint.swift b/Sources/WmapParser/MapPoint.swift deleted file mode 100644 index 718ecab..0000000 --- a/Sources/WmapParser/MapPoint.swift +++ /dev/null @@ -1,5 +0,0 @@ -/// A point in the map -public struct MapPoint: Sendable, Equatable { - let xCoordinate: Double - let yCoordinate: Double -} |