No need to use globals as a separate package to avoid import cycles

This commit is contained in:
aditya-K2
2022-09-02 01:25:33 +05:30
parent 49c691e04e
commit 4ae005cbe7
10 changed files with 175 additions and 207 deletions

View File

@@ -10,6 +10,7 @@ var (
ImgW int
ImgH int
ImgX int
Ui *Application
)
type Application struct {