| 2740 | } |
| 2741 | |
| 2742 | void MapEditor::ReceiveMessage(const std::string& msg) { |
| 2743 | if (msg == "DisplaySettings") { |
| 2744 | } else if (msg == "carve_against_terrain") { |
| 2745 | } |
| 2746 | } |
| 2747 | |
| 2748 | void MapEditor::LoadDialogueFile(const std::string& path) { |
| 2749 | if (state_ == MapEditor::kIdle && LoadEntitiesFromFile("Data/Objects/placeholder/empty_placeholder.xml") == 0) { |
no outgoing calls
no test coverage detected