2019-11-24 12:57:44 -05:00

6 lines
65 B
Go

package layout
type Area struct {
minX, minY, maxX, maxY int
}