summaryrefslogtreecommitdiff
path: root/structs.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2021-10-31 20:22:36 -0500
committerJeff Carr <[email protected]>2021-10-31 20:22:36 -0500
commit9ba768ba991f5fd42c7bf9e1540e3a20a7874ee7 (patch)
treebe20002b381030eeb7fbd868efef125417927672 /structs.go
parent9bd0227844e0b6a6b7e507ea00bff4674a6e3167 (diff)
BOX: remove GuiBox
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'structs.go')
-rw-r--r--structs.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/structs.go b/structs.go
index c15f4b7..b298f43 100644
--- a/structs.go
+++ b/structs.go
@@ -256,6 +256,7 @@ type TableData struct {
Human [20]HumanMap
Box *GuiBox
+ n *Node
lastRow int
lastColumn int