| 3345 | theApp.resume(); |
| 3346 | } |
| 3347 | |
| 3348 | void CMainFrame::OnBriefingEditor() { |
| 3349 | CBriefEdit dlg; |
| 3350 | dlg.DoModal(); |
| 3351 | ddio_KeyFlush(); |
| 3352 | } |
| 3353 | |
| 3354 | void CMainFrame::OnScriptLevelInterface() { |
nothing calls this directly
no test coverage detected