From 1c495b23a99c33ad29a8e3b7e62b82318b1cf82e Mon Sep 17 00:00:00 2001 From: mlthelama Date: Thu, 25 Jan 2024 18:52:47 +0000 Subject: [PATCH] maintain --- src/main.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main.cpp b/src/main.cpp index 3b8eafc..d7d72f6 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -103,8 +103,8 @@ EXTERN_C [[maybe_unused]] __declspec(dllexport) constinit auto SKSEPlugin_Versio return v; }(); -EXTERN_C [[maybe_unused]] __declspec(dllexport) bool SKSEAPI SKSEPlugin_Query(const SKSE::QueryInterface* a_skse, - SKSE::PluginInfo* pluginInfo) { +EXTERN_C [[maybe_unused]] __declspec(dllexport) bool SKSEAPI + SKSEPlugin_Query(const SKSE::QueryInterface* a_skse, SKSE::PluginInfo* pluginInfo) { pluginInfo->name = SKSEPlugin_Version.pluginName; pluginInfo->infoVersion = SKSE::PluginInfo::kVersion; pluginInfo->version = SKSEPlugin_Version.pluginVersion;