diff options
| author | Ruben Beltran del Rio <jj@r.bdr.sh> | 2025-12-14 16:16:22 +0100 |
|---|---|---|
| committer | Ruben Beltran del Rio <jj@r.bdr.sh> | 2025-12-14 16:40:52 +0100 |
| commit | 0b90075f76b6f2df77c01c303322323b1395641a (patch) | |
| tree | 4e13d3ce0b1f4792eab8d04caefda2218565f5a9 /Sources/WmapParser/Map.swift | |
| parent | 088a941a72c2f3e9b3382eb9c5d2f21203dd401c (diff) | |
Use WmapParser namespace
Diffstat (limited to 'Sources/WmapParser/Map.swift')
| -rw-r--r-- | Sources/WmapParser/Map.swift | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/Sources/WmapParser/Map.swift b/Sources/WmapParser/Map.swift deleted file mode 100644 index 7a25686..0000000 --- a/Sources/WmapParser/Map.swift +++ /dev/null @@ -1,10 +0,0 @@ -/// A parsed wardley map. -public struct Map: Sendable { - public let components: [Component] - public let dependencies: [Dependency] - public let notes: [Note] - public let stages: [Stage] - public let groups: [Group] - public let inertias: [Inertia] - public let evolutions: [Evolution] -} |