From 0b90075f76b6f2df77c01c303322323b1395641a Mon Sep 17 00:00:00 2001 From: Ruben Beltran del Rio Date: Sun, 14 Dec 2025 16:16:22 +0100 Subject: Use WmapParser namespace --- Sources/WmapParser/Shape.swift | 8 -------- 1 file changed, 8 deletions(-) delete mode 100644 Sources/WmapParser/Shape.swift (limited to 'Sources/WmapParser/Shape.swift') diff --git a/Sources/WmapParser/Shape.swift b/Sources/WmapParser/Shape.swift deleted file mode 100644 index ea1844e..0000000 --- a/Sources/WmapParser/Shape.swift +++ /dev/null @@ -1,8 +0,0 @@ -/// Any of the potential shapes in a component. -@frozen -public enum Shape: Sendable, Equatable { - case circle - case xMark - case square - case triangle -} -- cgit