()
| 3260 | } |
| 3261 | |
| 3262 | private static void Menu_DMOptions_f() { |
| 3263 | DMOptions_MenuInit(); |
| 3264 | PushMenu((List<String> args) -> DMOptions_MenuDraw(), new keyfunc_t() { |
| 3265 | public String execute(int key) { |
| 3266 | return DMOptions_MenuKey(key); |
| 3267 | } |
| 3268 | }); |
| 3269 | } |
| 3270 | |
| 3271 | /* |
| 3272 | * ============================================================================= |
no test coverage detected