Skip to content

Commit 55f2e0d

Browse files
committed
Fixed issues with the project file that led to some linker errors
1 parent ee5e64f commit 55f2e0d

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

src/ScaleformVR.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
#include "ScaleformVR.h"
22

3-
#include "skse64/ScaleformValue.h"
43
#include "skse64/ScaleformMovie.h"
54
#include "skse64/Hooks_Scaleform.h"
65
#include "skse64/ScaleformCallbacks.h"

src/SkyrimVRTools.vcxproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@
129129
<ClInclude Include="hooks\HookVRSystem.h" />
130130
<ClInclude Include="hooks\openvr_hook.h" />
131131
<ClInclude Include="PapyrusVR.h" />
132-
<ClCompile Include="ScaleformVR.h" />
132+
<ClInclude Include="ScaleformVR.h" />
133133
<ClInclude Include="VRManager.h" />
134134
</ItemGroup>
135135
<ItemGroup>

0 commit comments

Comments
 (0)