hacking this by including the gui struct for now until we split more things out
| 12 | |
| 13 | // hacking this by including the gui struct for now until we split more things out |
| 14 | type guiCommon struct { |
| 15 | gui *Gui |
| 16 | types.IPopupHandler |
| 17 | } |
| 18 | |
| 19 | var _ types.IGuiCommon = &guiCommon{} |
| 20 |
nothing calls this directly
no outgoing calls
no test coverage detected