From aafdcb6859403d1786b9435322336e1a6e7cfcea Mon Sep 17 00:00:00 2001 From: dartraiden Date: Wed, 21 Aug 2024 01:19:30 +0300 Subject: MRA: deprecate protocol --- protocols/Dummy/src/main.cpp | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'protocols/Dummy') diff --git a/protocols/Dummy/src/main.cpp b/protocols/Dummy/src/main.cpp index 0dccbb7529..1374ed9944 100644 --- a/protocols/Dummy/src/main.cpp +++ b/protocols/Dummy/src/main.cpp @@ -142,3 +142,12 @@ struct CMPluginIcq : public ACCPROTOPLUGIN } } static g_pluginIcq; + +struct CMPluginMra : public ACCPROTOPLUGIN +{ + CMPluginMra() : ACCPROTOPLUGIN("MRA", pluginInfoEx) + { + SetUniqueId("aimId"); + } +} +static g_pluginMra; -- cgit v1.2.3