tis100e/cursor.go

9 lines
85 B
Go

package main
type Cursor struct {
node_x int
node_y int
x int
y int
}