Merge branch 'develop' into main

This commit is contained in:
子沐呀
2024-10-22 22:25:39 +08:00
committed by GitHub
Unverified
4 changed files with 184 additions and 27 deletions
+2 -2
View File
@@ -3,7 +3,7 @@
ll::Logger logger(PLUGIN_NAME);
namespace GMLIB {
namespace gmlib {
std::unique_ptr<LegacyRemoteCallApi>& LegacyRemoteCallApi::getInstance() {
static std::unique_ptr<LegacyRemoteCallApi> instance;
@@ -33,6 +33,6 @@ bool LegacyRemoteCallApi::enable() { return true; }
bool LegacyRemoteCallApi::disable() { return true; }
} // namespace GMLIB
} // namespace gmlib
LL_REGISTER_MOD(GMLIB::LegacyRemoteCallApi, GMLIB::LegacyRemoteCallApi::getInstance());