2 parents 4922fd3 + ce5c0ec commit 85852e4Copy full SHA for 85852e4
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