adapt: adapt to GMLIB v0.12.1

This commit is contained in:
Tsubasa6848
2024-04-29 04:17:37 +08:00
Unverified
parent d9067c1282
commit adfb960f54
6 changed files with 16 additions and 11 deletions
+3 -2
View File
@@ -3,8 +3,9 @@
#include <RemoteCallAPI.h>
#define PLUGIN_NAME "GMLIB-LRCA"
#define LIB_VERSION GMLIB::Version(0, 12, 0)
#define PLUGIN_NAME fmt::format(fg(fmt::color::light_green), "GMLIB-LRCA")
#define LIB_VERSION GMLIB::Version(0, 12, 1)
extern ll::Logger logger;