added console and a few commands

This commit is contained in:
Ondřej Novák 2025-02-02 21:50:52 +01:00
parent e717badc45
commit 73b949fb2e
28 changed files with 807 additions and 87 deletions

View file

@ -450,6 +450,8 @@ void wizard_kbd(EVENT_MSG *msg,void **usr)
return;
}
c
void install_wizard()
{
send_message(E_ADD,E_KEYBOARD,wizard_kbd);