Initial commit

This commit is contained in:
Caixukun1919810
2024-02-27 14:07:17 +08:00
committed by GitHub
Unverified
commit b4609b0912
17 changed files with 652 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
#pragma once
#include <ll/api/plugin/NativePlugin.h>
namespace change_this {
[[nodiscard]] auto getSelfPluginInstance() -> ll::plugin::NativePlugin&;
} // namespace change_this