MCPcopy Create free account
hub / github.com/SolarLune/masterplan / Spacer

Struct Spacer

gui.go:1426–1428  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1424}
1425
1426type Spacer struct {
1427 Rect *sdl.FRect
1428}
1429
1430func NewSpacer(rect *sdl.FRect) *Spacer {
1431 spacer := &Spacer{Rect: rect}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected