mirror of
https://github.com/navidys/tvxwidgets.git
synced 2025-04-24 13:48:51 +08:00
11 lines
289 B
Go
11 lines
289 B
Go
package tvxwidgets
|
|
|
|
var (
|
|
GetColorName = getColorName
|
|
GetMessageWidth = getMessageWidth
|
|
GetMaxFloat64From2dSlice = getMaxFloat64From2dSlice
|
|
GetMaxFloat64FromSlice = getMaxFloat64FromSlice
|
|
DrawLine = drawLine
|
|
AbsInt = absInt
|
|
)
|