disable components

This commit is contained in:
quaK 2022-03-23 04:31:01 +02:00
parent 71e62b4496
commit 002b1146d4
28 changed files with 28 additions and 28 deletions

View File

@ -242,4 +242,4 @@ namespace auth
};
}
REGISTER_COMPONENT(auth::component)
//REGISTER_COMPONENT(auth::component)

View File

@ -135,4 +135,4 @@ namespace binding
};
}
REGISTER_COMPONENT(binding::component)
//REGISTER_COMPONENT(binding::component)

View File

@ -62,4 +62,4 @@ namespace branding
};
}
REGISTER_COMPONENT(branding::component)
//REGISTER_COMPONENT(branding::component)

View File

@ -179,4 +179,4 @@ namespace colors
};
}
REGISTER_COMPONENT(colors::component)
//REGISTER_COMPONENT(colors::component)

View File

@ -645,4 +645,4 @@ namespace command
};
}
REGISTER_COMPONENT(command::component)
//REGISTER_COMPONENT(command::component)

View File

@ -296,4 +296,4 @@ namespace console
}
}
REGISTER_COMPONENT(console::component)
//REGISTER_COMPONENT(console::component)

View File

@ -330,4 +330,4 @@ namespace dedicated
};
}
REGISTER_COMPONENT(dedicated::component)
//REGISTER_COMPONENT(dedicated::component)

View File

@ -62,4 +62,4 @@ namespace dedicated_info
};
}
REGISTER_COMPONENT(dedicated_info::component)
//REGISTER_COMPONENT(dedicated_info::component)

View File

@ -601,4 +601,4 @@ namespace demonware
};
}
REGISTER_COMPONENT(demonware::component)
//REGISTER_COMPONENT(demonware::component)

View File

@ -145,4 +145,4 @@ namespace discord
};
}
REGISTER_COMPONENT(discord::component)
//REGISTER_COMPONENT(discord::component)

View File

@ -440,4 +440,4 @@ namespace dvars
};
}
REGISTER_COMPONENT(dvars::component)
//REGISTER_COMPONENT(dvars::component)

View File

@ -258,4 +258,4 @@ namespace exception
};
}
REGISTER_COMPONENT(exception::component)
//REGISTER_COMPONENT(exception::component)

View File

@ -46,4 +46,4 @@ namespace fastfiles
};
}
REGISTER_COMPONENT(fastfiles::component)
//REGISTER_COMPONENT(fastfiles::component)

View File

@ -91,4 +91,4 @@ namespace filesystem
};
}
REGISTER_COMPONENT(filesystem::component)
//REGISTER_COMPONENT(filesystem::component)

View File

@ -171,4 +171,4 @@ namespace fps
};
}
REGISTER_COMPONENT(fps::component)
//REGISTER_COMPONENT(fps::component)

View File

@ -790,4 +790,4 @@ namespace game_console
};
}
REGISTER_COMPONENT(game_console::component)
//REGISTER_COMPONENT(game_console::component)

View File

@ -51,4 +51,4 @@ namespace input
};
}
REGISTER_COMPONENT(input::component)
//REGISTER_COMPONENT(input::component)

View File

@ -49,4 +49,4 @@ namespace localized_strings
};
}
REGISTER_COMPONENT(localized_strings::component)
//REGISTER_COMPONENT(localized_strings::component)

View File

@ -177,4 +177,4 @@ namespace map_rotation
};
}
REGISTER_COMPONENT(map_rotation::component)
//REGISTER_COMPONENT(map_rotation::component)

View File

@ -331,4 +331,4 @@ namespace network
};
}
REGISTER_COMPONENT(network::component)
//REGISTER_COMPONENT(network::component)

View File

@ -627,4 +627,4 @@ namespace party
};
}
REGISTER_COMPONENT(party::component)
//REGISTER_COMPONENT(party::component)

View File

@ -290,4 +290,4 @@ namespace patches
};
}
REGISTER_COMPONENT(patches::component)
//REGISTER_COMPONENT(patches::component)

View File

@ -80,4 +80,4 @@ namespace redirect
};
}
REGISTER_COMPONENT(redirect::component)
//REGISTER_COMPONENT(redirect::component)

View File

@ -73,5 +73,5 @@ namespace renderer
}
#ifdef DEBUG
REGISTER_COMPONENT(renderer::component)
//REGISTER_COMPONENT(renderer::component)
#endif

View File

@ -196,4 +196,4 @@ namespace scheduler
};
}
REGISTER_COMPONENT(scheduler::component)
//REGISTER_COMPONENT(scheduler::component)

View File

@ -440,4 +440,4 @@ namespace server_list
};
}
REGISTER_COMPONENT(server_list::component)
//REGISTER_COMPONENT(server_list::component)

View File

@ -185,4 +185,4 @@ namespace steam_proxy
}
}
REGISTER_COMPONENT(steam_proxy::component)
//REGISTER_COMPONENT(steam_proxy::component)

View File

@ -86,4 +86,4 @@ namespace system_check
};
}
REGISTER_COMPONENT(system_check::component)
//REGISTER_COMPONENT(system_check::component)