#pragma once #include #include #include class PluginContainer; void CallHook(const std::vector &plugins, wups_loader_hook_type_t hook_type, const std::function &pred); void CallHook(const std::vector &plugins, wups_loader_hook_type_t hook_type); void CallHook(const PluginContainer &plugin, wups_loader_hook_type_t hook_type);