ADD: pause and chat btn

This commit is contained in:
2026-03-20 21:46:43 +03:00
parent 5d415dcca1
commit cda2534c1e
8 changed files with 27 additions and 24 deletions

View File

@@ -9,7 +9,8 @@ enum ScreenId {
SCREEN_PAUSEPREV,
SCREEN_SELECTWORLD,
SCREEN_BLOCKSELECTION,
SCREEN_JOINBYIP
SCREEN_JOINBYIP,
SCREEN_CONSOLE
};
class Screen;