2024-08-04 11:06:58 +02:00

9 lines
76 B
Go

package terminal
type Short int16
type Coord struct {
X Short
Y Short
}