| 883 | } |
| 884 | |
| 885 | void CObjectDialog::OnResetObjects() { |
| 886 | ObjReInitAll(); |
| 887 | OutrageMessageBox("All objects reset!"); |
| 888 | } |
| 889 | |
| 890 | BOOL CObjectDialog::OnHelpInfo(HELPINFO *pHelpInfo) { |
| 891 | // TODO: Add your message handler code here and/or call default |
nothing calls this directly
no test coverage detected