| 417 | } |
| 418 | |
| 419 | void CEditorMap::MakeFrontLayer(const std::shared_ptr<CLayer> &pLayer) |
| 420 | { |
| 421 | m_pFrontLayer = std::static_pointer_cast<CLayerFront>(pLayer); |
| 422 | } |
| 423 | |
| 424 | void CEditorMap::MakeSwitchLayer(const std::shared_ptr<CLayer> &pLayer) |
| 425 | { |
no outgoing calls
no test coverage detected