Skip to content

Commit

Permalink
ChaosMod: Add missing .vcxproj changes
Browse files Browse the repository at this point in the history
Connected to previous commit
  • Loading branch information
pongo1231 committed Aug 21, 2023
1 parent 7340ab0 commit 5ebea8f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ChaosMod/ChaosMod.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -401,6 +401,7 @@
<ClCompile Include="Components\KeyStates.cpp" />
<ClCompile Include="Components\HelpTextQueue.cpp" />
<ClCompile Include="Memory\Hooks\GetLabelTextHook.cpp" />
<ClCompile Include="Components\Workshop.cpp" />
</ItemGroup>
<ItemGroup>
<Library Include="..\vendor\lua\lua54.lib" />
Expand Down Expand Up @@ -482,7 +483,7 @@
<ClInclude Include="Util\Types.h" />
<ClInclude Include="Util\Vehicle.h" />
<ClInclude Include="Util\Weapon.h" />
<ClInclude Include="Util\Workshop.h" />
<ClInclude Include="Components\Workshop.h" />
<ClInclude Include="Util\XInput.h" />
<ClInclude Include="Info.h" />
<ClInclude Include="Components\KeyStates.h" />
Expand Down

0 comments on commit 5ebea8f

Please sign in to comment.