| 5586 | } |
| 5587 | |
| 5588 | void ASSendMessageString(int type, std::string msg) { |
| 5589 | the_scenegraph->map_editor->ReceiveMessage(msg); |
| 5590 | } |
| 5591 | |
| 5592 | static void ASSendGlobalMessage(std::string msg) { |
| 5593 | SceneGraph* s = Engine::Instance()->GetSceneGraph(); |
nothing calls this directly
no test coverage detected