Switch back to register component as all components have been adjusted
This commit is contained in:
parent
2872dbf6a2
commit
7b65522186
@ -800,4 +800,4 @@ namespace arxan
|
||||
};
|
||||
}
|
||||
|
||||
REGISTER_COMPONENT_WORKING(arxan::component)
|
||||
REGISTER_COMPONENT(arxan::component)
|
||||
|
@ -165,4 +165,4 @@ namespace auth
|
||||
};
|
||||
}
|
||||
|
||||
REGISTER_COMPONENT_WORKING(auth::component)
|
||||
REGISTER_COMPONENT(auth::component)
|
||||
|
@ -157,4 +157,4 @@ namespace bots
|
||||
};
|
||||
}
|
||||
|
||||
REGISTER_COMPONENT_WORKING(bots::component)
|
||||
REGISTER_COMPONENT(bots::component)
|
||||
|
@ -34,4 +34,4 @@ namespace branding
|
||||
};
|
||||
}
|
||||
|
||||
REGISTER_COMPONENT_WORKING(branding::component)
|
||||
REGISTER_COMPONENT(branding::component)
|
||||
|
@ -56,4 +56,4 @@ namespace chat
|
||||
};
|
||||
}
|
||||
|
||||
REGISTER_COMPONENT_WORKING(chat::component)
|
||||
REGISTER_COMPONENT(chat::component)
|
||||
|
@ -54,4 +54,4 @@ namespace client_command
|
||||
};
|
||||
}
|
||||
|
||||
REGISTER_COMPONENT_WORKING(client_command::component)
|
||||
REGISTER_COMPONENT(client_command::component)
|
||||
|
@ -86,4 +86,4 @@ namespace client_patches
|
||||
};
|
||||
}
|
||||
|
||||
REGISTER_COMPONENT_WORKING(client_patches::component)
|
||||
REGISTER_COMPONENT(client_patches::component)
|
||||
|
@ -74,4 +74,4 @@ namespace colors
|
||||
};
|
||||
}
|
||||
|
||||
REGISTER_COMPONENT_WORKING(colors::component)
|
||||
REGISTER_COMPONENT(colors::component)
|
||||
|
@ -194,4 +194,4 @@ namespace command
|
||||
}
|
||||
}
|
||||
|
||||
REGISTER_COMPONENT_WORKING(command::component)
|
||||
REGISTER_COMPONENT(command::component)
|
||||
|
@ -299,4 +299,4 @@ namespace console
|
||||
};
|
||||
}
|
||||
|
||||
REGISTER_COMPONENT_WORKING(console::component)
|
||||
REGISTER_COMPONENT(console::component)
|
||||
|
@ -48,4 +48,4 @@ namespace console_command
|
||||
};
|
||||
}
|
||||
|
||||
REGISTER_COMPONENT_WORKING(console_command::component)
|
||||
REGISTER_COMPONENT(console_command::component)
|
||||
|
@ -73,4 +73,4 @@ namespace dedicated
|
||||
};
|
||||
}
|
||||
|
||||
REGISTER_COMPONENT_WORKING(dedicated::component)
|
||||
REGISTER_COMPONENT(dedicated::component)
|
||||
|
@ -51,4 +51,4 @@ namespace dedicated_info
|
||||
};
|
||||
}
|
||||
|
||||
REGISTER_COMPONENT_WORKING(dedicated_info::component)
|
||||
REGISTER_COMPONENT(dedicated_info::component)
|
||||
|
@ -92,4 +92,4 @@ namespace dedicated_patches
|
||||
};
|
||||
}
|
||||
|
||||
REGISTER_COMPONENT_WORKING(dedicated_patches::component)
|
||||
REGISTER_COMPONENT(dedicated_patches::component)
|
||||
|
@ -515,4 +515,4 @@ namespace demonware
|
||||
};
|
||||
}
|
||||
|
||||
REGISTER_COMPONENT_WORKING(demonware::component)
|
||||
REGISTER_COMPONENT(demonware::component)
|
||||
|
@ -67,5 +67,5 @@ namespace discord
|
||||
}
|
||||
|
||||
#ifndef DEV_BUILD
|
||||
REGISTER_COMPONENT_WORKING(discord::component)
|
||||
REGISTER_COMPONENT(discord::component)
|
||||
#endif
|
||||
|
@ -221,4 +221,4 @@ namespace dvars
|
||||
};
|
||||
}
|
||||
|
||||
REGISTER_COMPONENT_WORKING(dvars::component)
|
||||
REGISTER_COMPONENT(dvars::component)
|
||||
|
@ -212,4 +212,4 @@ namespace exception
|
||||
};
|
||||
}
|
||||
|
||||
REGISTER_COMPONENT_WORKING(exception::component)
|
||||
REGISTER_COMPONENT(exception::component)
|
||||
|
@ -37,4 +37,4 @@ namespace extension
|
||||
};
|
||||
}
|
||||
|
||||
REGISTER_COMPONENT_WORKING(extension::component)
|
||||
REGISTER_COMPONENT(extension::component)
|
||||
|
@ -68,4 +68,4 @@ namespace game_log
|
||||
};
|
||||
}
|
||||
|
||||
REGISTER_COMPONENT_WORKING(game_log::component)
|
||||
REGISTER_COMPONENT(game_log::component)
|
||||
|
@ -119,4 +119,4 @@ namespace getinfo
|
||||
};
|
||||
}
|
||||
|
||||
REGISTER_COMPONENT_WORKING(getinfo::component)
|
||||
REGISTER_COMPONENT(getinfo::component)
|
||||
|
@ -33,5 +33,5 @@ namespace intro
|
||||
}
|
||||
|
||||
#ifdef DEV_BUILD
|
||||
REGISTER_COMPONENT_WORKING(intro::component)
|
||||
REGISTER_COMPONENT(intro::component)
|
||||
#endif
|
||||
|
@ -76,4 +76,4 @@ namespace loot
|
||||
};
|
||||
};
|
||||
|
||||
REGISTER_COMPONENT_WORKING(loot::component)
|
||||
REGISTER_COMPONENT(loot::component)
|
||||
|
@ -269,4 +269,4 @@ namespace network
|
||||
};
|
||||
}
|
||||
|
||||
REGISTER_COMPONENT_WORKING(network::component)
|
||||
REGISTER_COMPONENT(network::component)
|
||||
|
@ -313,4 +313,4 @@ namespace party
|
||||
};
|
||||
}
|
||||
|
||||
REGISTER_COMPONENT_WORKING(party::component)
|
||||
REGISTER_COMPONENT(party::component)
|
||||
|
@ -33,4 +33,4 @@ namespace patches
|
||||
};
|
||||
}
|
||||
|
||||
REGISTER_COMPONENT_WORKING(patches::component)
|
||||
REGISTER_COMPONENT(patches::component)
|
||||
|
@ -187,4 +187,4 @@ namespace scheduler
|
||||
};
|
||||
}
|
||||
|
||||
REGISTER_COMPONENT_WORKING(scheduler::component)
|
||||
REGISTER_COMPONENT(scheduler::component)
|
||||
|
@ -134,4 +134,4 @@ namespace script
|
||||
};
|
||||
};
|
||||
|
||||
REGISTER_COMPONENT_WORKING(script::component)
|
||||
REGISTER_COMPONENT(script::component)
|
||||
|
@ -145,4 +145,4 @@ namespace server_list
|
||||
};
|
||||
}
|
||||
|
||||
REGISTER_COMPONENT_WORKING(server_list::component)
|
||||
REGISTER_COMPONENT(server_list::component)
|
||||
|
@ -195,4 +195,4 @@ namespace splash
|
||||
}
|
||||
}
|
||||
|
||||
REGISTER_COMPONENT_WORKING(splash::component)
|
||||
REGISTER_COMPONENT(splash::component)
|
||||
|
@ -317,4 +317,4 @@ namespace steam_proxy
|
||||
}
|
||||
}
|
||||
|
||||
REGISTER_COMPONENT_WORKING(steam_proxy::component)
|
||||
REGISTER_COMPONENT(steam_proxy::component)
|
||||
|
@ -507,4 +507,4 @@ namespace ui_scripting
|
||||
};
|
||||
}
|
||||
|
||||
REGISTER_COMPONENT_WORKING(ui_scripting::component)
|
||||
REGISTER_COMPONENT(ui_scripting::component)
|
||||
|
@ -63,4 +63,4 @@ namespace updater
|
||||
};
|
||||
}
|
||||
|
||||
REGISTER_COMPONENT_WORKING(updater::component)
|
||||
REGISTER_COMPONENT(updater::component)
|
||||
|
@ -38,10 +38,8 @@ namespace component_loader
|
||||
};
|
||||
};
|
||||
|
||||
#define REGISTER_COMPONENT_WORKING(name) \
|
||||
#define REGISTER_COMPONENT(name) \
|
||||
namespace \
|
||||
{ \
|
||||
component_loader::installer<name> __component; \
|
||||
}
|
||||
|
||||
#define REGISTER_COMPONENT(name)
|
||||
|
Loading…
x
Reference in New Issue
Block a user