aboutsummaryrefslogtreecommitdiff
path: root/types/gobals.go
blob: 550f96473776771f973b21a63fae2a84681f83cb (plain)
1
2
3
4
5
6
7
8
package types

type Globals struct {
	Width     int
	Height    int
	BuildDate string
	Version   string
}