tvxwidgets/export_test.go

11 lines
289 B
Go
Raw Normal View History

package tvxwidgets
var (
GetColorName = getColorName
GetMessageWidth = getMessageWidth
GetMaxFloat64From2dSlice = getMaxFloat64From2dSlice
GetMaxFloat64FromSlice = getMaxFloat64FromSlice
DrawLine = drawLine
AbsInt = absInt
)