feat: add skeleton
This commit is contained in:
+3
-2
@@ -1,6 +1,7 @@
|
||||
#pragma once
|
||||
#include "include_all.h"
|
||||
#include <include_all.h>
|
||||
#include <RemoteCallAPI.h>
|
||||
|
||||
#define PLUGIN_NAME "plugin"
|
||||
#define PLUGIN_NAME "GMLIB-LRCA"
|
||||
|
||||
extern ll::Logger logger;
|
||||
@@ -7,6 +7,10 @@ namespace plugin {
|
||||
|
||||
Plugin::Plugin(ll::plugin::NativePlugin& self) : mSelf(self) {
|
||||
// Code for loading the plugin goes here.
|
||||
|
||||
logger.info("GMLIB-LegacyRemoteCallApi Loaded!");
|
||||
logger.info("Author: GroupMountain");
|
||||
logger.info("Repository: https://github.com/GroupMountain/GMLIB-LegacyRemoteCallApi");
|
||||
}
|
||||
|
||||
bool Plugin::enable() {
|
||||
|
||||
-7238
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user