mirror of
https://github.com/clockworkpi/LauncherGoDev.git
synced 2025-12-12 16:08:52 +01: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
|