()
| 4080 | } |
| 4081 | |
| 4082 | private static void Menu_Quit_f() { |
| 4083 | PushMenu((List<String> args) -> Quit_Draw(), new keyfunc_t() { |
| 4084 | public String execute(int key) { |
| 4085 | return Quit_Key(key); |
| 4086 | } |
| 4087 | }); |
| 4088 | } |
| 4089 | |
| 4090 | // ============================================================================= |
| 4091 | /* Menu Subsystem */ |