disable components
This commit is contained in:
parent
71e62b4496
commit
002b1146d4
@ -242,4 +242,4 @@ namespace auth
|
|||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
REGISTER_COMPONENT(auth::component)
|
//REGISTER_COMPONENT(auth::component)
|
||||||
|
@ -135,4 +135,4 @@ namespace binding
|
|||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
REGISTER_COMPONENT(binding::component)
|
//REGISTER_COMPONENT(binding::component)
|
||||||
|
@ -62,4 +62,4 @@ namespace branding
|
|||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
REGISTER_COMPONENT(branding::component)
|
//REGISTER_COMPONENT(branding::component)
|
||||||
|
@ -179,4 +179,4 @@ namespace colors
|
|||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
REGISTER_COMPONENT(colors::component)
|
//REGISTER_COMPONENT(colors::component)
|
||||||
|
@ -645,4 +645,4 @@ namespace command
|
|||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
REGISTER_COMPONENT(command::component)
|
//REGISTER_COMPONENT(command::component)
|
||||||
|
@ -296,4 +296,4 @@ namespace console
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
REGISTER_COMPONENT(console::component)
|
//REGISTER_COMPONENT(console::component)
|
||||||
|
@ -330,4 +330,4 @@ namespace dedicated
|
|||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
REGISTER_COMPONENT(dedicated::component)
|
//REGISTER_COMPONENT(dedicated::component)
|
@ -62,4 +62,4 @@ namespace dedicated_info
|
|||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
REGISTER_COMPONENT(dedicated_info::component)
|
//REGISTER_COMPONENT(dedicated_info::component)
|
@ -601,4 +601,4 @@ namespace demonware
|
|||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
REGISTER_COMPONENT(demonware::component)
|
//REGISTER_COMPONENT(demonware::component)
|
||||||
|
@ -145,4 +145,4 @@ namespace discord
|
|||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
REGISTER_COMPONENT(discord::component)
|
//REGISTER_COMPONENT(discord::component)
|
@ -440,4 +440,4 @@ namespace dvars
|
|||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
REGISTER_COMPONENT(dvars::component)
|
//REGISTER_COMPONENT(dvars::component)
|
||||||
|
@ -258,4 +258,4 @@ namespace exception
|
|||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
REGISTER_COMPONENT(exception::component)
|
//REGISTER_COMPONENT(exception::component)
|
||||||
|
@ -46,4 +46,4 @@ namespace fastfiles
|
|||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
REGISTER_COMPONENT(fastfiles::component)
|
//REGISTER_COMPONENT(fastfiles::component)
|
||||||
|
@ -91,4 +91,4 @@ namespace filesystem
|
|||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
REGISTER_COMPONENT(filesystem::component)
|
//REGISTER_COMPONENT(filesystem::component)
|
@ -171,4 +171,4 @@ namespace fps
|
|||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
REGISTER_COMPONENT(fps::component)
|
//REGISTER_COMPONENT(fps::component)
|
||||||
|
@ -790,4 +790,4 @@ namespace game_console
|
|||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
REGISTER_COMPONENT(game_console::component)
|
//REGISTER_COMPONENT(game_console::component)
|
||||||
|
@ -51,4 +51,4 @@ namespace input
|
|||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
REGISTER_COMPONENT(input::component)
|
//REGISTER_COMPONENT(input::component)
|
||||||
|
@ -49,4 +49,4 @@ namespace localized_strings
|
|||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
REGISTER_COMPONENT(localized_strings::component)
|
//REGISTER_COMPONENT(localized_strings::component)
|
||||||
|
@ -177,4 +177,4 @@ namespace map_rotation
|
|||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
REGISTER_COMPONENT(map_rotation::component)
|
//REGISTER_COMPONENT(map_rotation::component)
|
||||||
|
@ -331,4 +331,4 @@ namespace network
|
|||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
REGISTER_COMPONENT(network::component)
|
//REGISTER_COMPONENT(network::component)
|
||||||
|
@ -627,4 +627,4 @@ namespace party
|
|||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
REGISTER_COMPONENT(party::component)
|
//REGISTER_COMPONENT(party::component)
|
@ -290,4 +290,4 @@ namespace patches
|
|||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
REGISTER_COMPONENT(patches::component)
|
//REGISTER_COMPONENT(patches::component)
|
||||||
|
@ -80,4 +80,4 @@ namespace redirect
|
|||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
REGISTER_COMPONENT(redirect::component)
|
//REGISTER_COMPONENT(redirect::component)
|
||||||
|
@ -73,5 +73,5 @@ namespace renderer
|
|||||||
}
|
}
|
||||||
|
|
||||||
#ifdef DEBUG
|
#ifdef DEBUG
|
||||||
REGISTER_COMPONENT(renderer::component)
|
//REGISTER_COMPONENT(renderer::component)
|
||||||
#endif
|
#endif
|
@ -196,4 +196,4 @@ namespace scheduler
|
|||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
REGISTER_COMPONENT(scheduler::component)
|
//REGISTER_COMPONENT(scheduler::component)
|
||||||
|
@ -440,4 +440,4 @@ namespace server_list
|
|||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
REGISTER_COMPONENT(server_list::component)
|
//REGISTER_COMPONENT(server_list::component)
|
||||||
|
@ -185,4 +185,4 @@ namespace steam_proxy
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
REGISTER_COMPONENT(steam_proxy::component)
|
//REGISTER_COMPONENT(steam_proxy::component)
|
||||||
|
@ -86,4 +86,4 @@ namespace system_check
|
|||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
REGISTER_COMPONENT(system_check::component)
|
//REGISTER_COMPONENT(system_check::component)
|
||||||
|
Loading…
Reference in New Issue
Block a user