Skip to content

Commit 22f13d7

Browse files
committed
fix: clang-cl compilation
1 parent 52ca28b commit 22f13d7

4 files changed

Lines changed: 5 additions & 19 deletions

File tree

include/RE/B/BSScriptObjectBindPolicy.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
#include "RE/B/BSFixedString.h"
55
#include "RE/B/BSTHashMap.h"
66
#include "RE/B/BSTSmartPointer.h"
7+
#include "RE/V/Variable.h"
78

89
namespace RE
910
{

include/SKSE/SKSE.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,5 @@
1111
#include "SKSE/RegistrationMapUnique.h"
1212
#include "SKSE/RegistrationSet.h"
1313
#include "SKSE/RegistrationSetUnique.h"
14-
#include "SKSE/Trampoline.h"
1514
#include "SKSE/Translation.h"
1615
#include "SKSE/Version.h"

include/SKSE/Trampoline.h

Lines changed: 0 additions & 14 deletions
This file was deleted.

src/SKSE/API.cpp

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,10 @@ namespace SKSE
2626
std::string pluginAuthor{};
2727
REL::Version pluginVersion{};
2828

29-
std::uint32_t skseVersion{};
30-
PluginHandle pluginHandle{ static_cast<PluginHandle>(-1) };
31-
std::uint32_t releaseIndex{ 0 };
32-
std::function<const void*(SKSEAPI)(const char*)> pluginInfoAccessor;
29+
std::uint32_t skseVersion{};
30+
PluginHandle pluginHandle{ static_cast<PluginHandle>(-1) };
31+
std::uint32_t releaseIndex{ 0 };
32+
std::function<const void*(const char*)> pluginInfoAccessor;
3333

3434
ScaleformInterface* scaleformInterface{ nullptr };
3535
PapyrusInterface* papyrusInterface{ nullptr };

0 commit comments

Comments
 (0)