| 1236 | void CEditorView::OnRoomStartNewFace() { StartNewFace(); } |
| 1237 | |
| 1238 | void CEditorView::OnRoomFinishNewFace() { EndNewFace(); } |
| 1239 | |
| 1240 | void CEditorView::OnRoomAddVertToNewFace() { AddNewFaceVert(); } |
| 1241 |
nothing calls this directly
no test coverage detected