2 parents 2c9dc3d + 1c495b2 commit 843db47Copy full SHA for 843db47
1 file changed
src/main.cpp
@@ -103,8 +103,8 @@ EXTERN_C [[maybe_unused]] __declspec(dllexport) constinit auto SKSEPlugin_Versio
103
return v;
104
}();
105
106
-EXTERN_C [[maybe_unused]] __declspec(dllexport) bool SKSEAPI SKSEPlugin_Query(const SKSE::QueryInterface* a_skse,
107
- SKSE::PluginInfo* pluginInfo) {
+EXTERN_C [[maybe_unused]] __declspec(dllexport) bool SKSEAPI
+ SKSEPlugin_Query(const SKSE::QueryInterface* a_skse, SKSE::PluginInfo* pluginInfo) {
108
pluginInfo->name = SKSEPlugin_Version.pluginName;
109
pluginInfo->infoVersion = SKSE::PluginInfo::kVersion;
110
pluginInfo->version = SKSEPlugin_Version.pluginVersion;
0 commit comments