mirror of
https://github.com/clockworkpi/LauncherGoDev.git
synced 2026-09-05 13:04:34 +02:00
8 lines
89 B
Go
8 lines
89 B
Go
package UI
|
|
|
|
import (
|
|
"github.com/veandco/go-sdl2/ttf"
|
|
)
|
|
|
|
var Fonts map[string]*ttf.Font
|