feat: add PlaceholderAPI

This commit is contained in:
Tsubasa6848
2024-02-22 22:29:42 +08:00
Unverified
parent b2737599c8
commit 0001f80ff2
7 changed files with 203 additions and 8 deletions
+3 -2
View File
@@ -1,5 +1,5 @@
#pragma once
#include <include_all.h>
#include <GMLIB/include_lib.h>
#include <RemoteCallAPI.h>
#define PLUGIN_NAME "GMLIB-LRCA"
@@ -8,4 +8,5 @@ extern ll::Logger logger;
extern void Export_Legacy_GMLib_ModAPI();
extern void Export_Legacy_GMLib_ServerAPI();
extern void Export_Compatibility_API();
extern void Export_Compatibility_API();
extern void ExportPAPI();