diff options
| author | Jeff Carr <[email protected]> | 2021-10-06 08:36:28 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2021-10-06 08:36:28 -0500 |
| commit | 504a067503e9d0dc4ce473eb1890276f485504c7 (patch) | |
| tree | b02c32453d96c6d83b7ad7a495c8156c2d9bb689 /structs.go | |
| parent | e93fe915a6747dce10d7314dc968ebb734265ed0 (diff) | |
CODE: start a general code refactor
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'structs.go')
| -rw-r--r-- | structs.go | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -42,6 +42,7 @@ type GuiData struct { // andlabs/ui & andlabs/libui work AllButtons []*GuiButton buttonMap map[*ui.Button]*GuiButton + Nodes *Node } type GuiTab struct { |
