| 295 | CClientSpawnManager& get_client_spawn_manager() { return (Level().client_spawn_manager()); } |
| 296 | |
| 297 | void start_stop_menu(CUIDialogWnd* pDialog, bool bDoHideIndicators) { HUD().GetUI()->StartStopMenu(pDialog, bDoHideIndicators); } |
| 298 | |
| 299 | void add_dialog_to_render(CUIDialogWnd* pDialog) { HUD().GetUI()->AddDialogToRender(pDialog); } |
| 300 |
nothing calls this directly
no test coverage detected