refactor: use new template

This commit is contained in:
Tsubasa6848
2024-02-26 20:45:32 +08:00
Unverified
parent b4ab01b150
commit 7414c32696
7 changed files with 70 additions and 93 deletions
+9
View File
@@ -0,0 +1,9 @@
#pragma once
#include <ll/api/plugin/NativePlugin.h>
namespace GMLIB_LegacyRemoteCallApi {
[[nodiscard]] auto getSelfPluginInstance() -> ll::plugin::NativePlugin&;
} // namespace GMLIB_LegacyRemoteCallApi