mirror of
https://github.com/arthurdead/proxysend.git
synced 2025-12-07 10:28:21 +00:00
Merge branch 'master' of https://github.com/arthurdead/proxysend.git
This commit is contained in:
commit
eefac413f7
@ -49,7 +49,7 @@ class Sample final : public SDKExtension, public IPluginsListener, public ISMEnt
|
|||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
using pack_ent_listeners_t = std::vector<const parallel_pack_listener *>;
|
using pack_ent_listeners_t = std::vector<const parallel_pack_listener *>;
|
||||||
pack_ent_listeners_t pack_ent_listeners;
|
pack_ent_listeners_t pack_ent_listeners{};
|
||||||
|
|
||||||
bool add_listener(const parallel_pack_listener *ptr) noexcept override final;
|
bool add_listener(const parallel_pack_listener *ptr) noexcept override final;
|
||||||
bool remove_listener(const parallel_pack_listener *ptr) noexcept override final;
|
bool remove_listener(const parallel_pack_listener *ptr) noexcept override final;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user