package engine

type BoundingBox struct {
	Positioned
	Sized
}