backend/internal/system/surfacebox.go

8 lines
122 B
Go

package system
import "git.tebibyte.media/tomo/tomo"
func (this *System) NewSurfaceBox () (tomo.SurfaceBox, error) {
}