10 lines
209 B
C++
10 lines
209 B
C++
#pragma once
|
|
|
|
#include <ll/api/plugin/NativePlugin.h>
|
|
|
|
namespace GMLIB_LegacyRemoteCallApi {
|
|
|
|
[[nodiscard]] auto getSelfPluginInstance() -> ll::plugin::NativePlugin&;
|
|
|
|
} // namespace GMLIB_LegacyRemoteCallApi
|