| 2849 | } |
| 2850 | |
| 2851 | bool MapEditor::IsTypeVisible(EntityType type) { |
| 2852 | return type_visible_.IsTypeEnabled(type); |
| 2853 | } |
| 2854 | |
| 2855 | void MapEditor::SetTypeVisible(EntityType type, bool visible) { |
| 2856 | type_visible_.SetTypeEnabled(type, visible); |
nothing calls this directly
no test coverage detected