diff options
Diffstat (limited to 'gui.go')
| -rw-r--r-- | gui.go | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -21,6 +21,7 @@ type GuiDataStructure struct { Width int Height int ButtonClick func(int, string) + CurrentVM string cloudWindow *ui.Window mainwin *ui.Window |
