From ce5c0ec1fbc812de81a2d7f85cbc83cc77a0e062 Mon Sep 17 00:00:00 2001 From: mlthelama Date: Wed, 24 Jan 2024 19:09:41 +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 9ee1860..48d30f4 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;