aboutsummaryrefslogtreecommitdiff
path: root/Sources/WmapParser/Shape.swift
blob: ea1844e1e4e71aae2e69159a3456e55e3e1f55a0 (plain)
1
2
3
4
5
6
7
8
/// Any of the potential shapes in a component.
@frozen
public enum Shape: Sendable, Equatable {
  case circle
  case xMark
  case square
  case triangle
}