Files
GMLIB-LegacyRemoteCallApi/src/Entry.h
T
2024-02-26 20:45:32 +08:00

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