Skip to content

Commit

Permalink
fix: add soulpit includes on visual studio solution (#3296)
Browse files Browse the repository at this point in the history
  • Loading branch information
majestyotbr authored Jan 28, 2025
1 parent 7a51fdb commit 51fb970
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions vcproj/canary.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@
<ClInclude Include="..\src\creatures\players\vocations\vocation.hpp" />
<ClInclude Include="..\src\creatures\players\wheel\wheel_gems.hpp" />
<ClInclude Include="..\src\creatures\players\achievement\player_achievement.hpp" />
<ClInclude Include="..\src\creatures\players\animus_mastery\animus_mastery.hpp" />
<ClInclude Include="..\src\creatures\players\cyclopedia\player_badge.hpp" />
<ClInclude Include="..\src\creatures\players\cyclopedia\player_cyclopedia.hpp" />
<ClInclude Include="..\src\creatures\players\cyclopedia\player_title.hpp" />
Expand Down Expand Up @@ -260,6 +261,7 @@
<ClCompile Include="..\src\creatures\players\vocations\vocation.cpp" />
<ClCompile Include="..\src\creatures\players\wheel\wheel_gems.cpp" />
<ClCompile Include="..\src\creatures\players\achievement\player_achievement.cpp" />
<ClCompile Include="..\src\creatures\players\animus_mastery\animus_mastery.cpp" />
<ClCompile Include="..\src\creatures\players\cyclopedia\player_badge.cpp" />
<ClCompile Include="..\src\creatures\players\cyclopedia\player_cyclopedia.cpp" />
<ClCompile Include="..\src\creatures\players\cyclopedia\player_title.cpp" />
Expand Down

0 comments on commit 51fb970

Please sign in to comment.