GetMenu, SetMenu

This commit is contained in:
2023-07-04 20:10:14 +02:00
parent 1451bd90c0
commit 74272c09f2
6 changed files with 82 additions and 69 deletions

View File

@@ -11,7 +11,6 @@ type Engine struct {
Controller *Controller
Settings *Settings
KContext *KContext
MenuMap MenuMap
}
func (e *Engine) Layout(outsideWidth, outsideHeight int) (int, int) {