Skip to content

Commit

Permalink
fix: SFSEPluginVersion macro (#246) (#255)
Browse files Browse the repository at this point in the history
  • Loading branch information
ThirdEyeSqueegee authored Jul 24, 2024
1 parent 73c1cb6 commit 3a56616
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/SFSE/Interfaces.h
Original file line number Diff line number Diff line change
Expand Up @@ -251,4 +251,4 @@ namespace SFSE

#define SFSEPluginPreload(...) extern "C" [[maybe_unused]] __declspec(dllexport) bool SFSEPlugin_Preload(__VA_ARGS__)
#define SFSEPluginLoad(...) extern "C" [[maybe_unused]] __declspec(dllexport) bool SFSEPlugin_Load(__VA_ARGS__)
#define SFSEPluginVersion extern "C" [[maybe_unused]] __declspec(dllexport) inline constinit SFSE::PluginVersionData SFSEPlugin_Version
#define SFSEPluginVersion extern "C" [[maybe_unused]] __declspec(dllexport) constinit SFSE::PluginVersionData SFSEPlugin_Version

0 comments on commit 3a56616

Please sign in to comment.