aboutsummaryrefslogtreecommitdiff
path: root/screens/types.go
blob: 99541c42e2e7b8f94ffd42cfd0a16f9780bcfc29 (plain)
1
2
3
4
5
6
7
8
package screens

type Globals struct {
	width     int
	height    int
	buildDate string
	version   string
}