add level skeleton

This commit is contained in:
2023-07-04 22:32:13 +02:00
parent 88cf7620be
commit 93b2725c8a
8 changed files with 130 additions and 12 deletions

View File

@@ -15,6 +15,7 @@ type DomainInterface interface {
SetMenu(name string, menu Menu)
GetDialog(name string) Dialog
SetDialog(name string, menu Dialog)
GetLevel(index int) Level
}
type ScreenSettings struct {