mirror of
https://github.com/crazy-max/diun.git
synced 2025-01-12 19:48:12 +00:00
8 lines
76 B
Go
8 lines
76 B
Go
package terminal
|
|
|
|
type Short int16
|
|
|
|
type Coord struct {
|
|
X Short
|
|
Y Short
|
|
}
|