MCPcopy Create free account
hub / github.com/DescentDevelopers/Descent3 / OnRoomView

Method OnRoomView

editor/MainFrm.cpp:2961–2961  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2959 AfxGetMainWnd()->UpdateWindow();
2960}
2961
2962void CMainFrame::OnRoomView() { SetViewMode(VM_ROOM); }
2963
2964void CMainFrame::OnTerrainView() { SetViewMode(VM_TERRAIN); }

Callers

nothing calls this directly

Calls 1

SetViewModeFunction · 0.85

Tested by

no test coverage detected