| 471 | *********************/ |
| 472 | |
| 473 | void CExtensionManager::OnSourceModAllInitialized() |
| 474 | { |
| 475 | g_ExtType = g_ShareSys.CreateIdentType("EXTENSION"); |
| 476 | pluginsys->AddPluginsListener(this); |
| 477 | rootmenu->AddRootConsoleCommand3("exts", "Manage extensions", this); |
| 478 | g_ShareSys.AddInterface(NULL, this); |
| 479 | } |
| 480 | |
| 481 | void CExtensionManager::OnSourceModShutdown() |
| 482 | { |
nothing calls this directly
no test coverage detected