()
| 535 | } |
| 536 | |
| 537 | static void Menu_Main_f() { |
| 538 | PushMenu((List<String> args) -> Main_Draw(), new keyfunc_t() { |
| 539 | public String execute(int key) { |
| 540 | return Main_Key(key); |
| 541 | } |
| 542 | }); |
| 543 | } |
| 544 | |
| 545 | /* |
| 546 | * ======================================================================= |