Skip to content

Commit

Permalink
fix: debug build
Browse files Browse the repository at this point in the history
  • Loading branch information
SkullzOTS authored Nov 22, 2023
1 parent 526ea9d commit bf60108
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 7 deletions.
3 changes: 2 additions & 1 deletion src/framework/discord/discord.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,10 @@
* THE SOFTWARE.
*/

#include "discord.h"

#ifndef ANDROID
#if ENABLE_DISCORD_RPC == 1
#include "discord.h"
#include <client/game.h>
#include <client/localplayer.h>
#include <framework/core/eventdispatcher.h>
Expand Down
4 changes: 2 additions & 2 deletions vc17/otclient.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -406,7 +406,7 @@ cmd /c "start ../vcpkg_installed\$(VcpkgTriplet)\$(VcpkgTriplet)\tools\protobuf\
<ClInclude Include="..\src\client\uiminimap.h" />
<ClInclude Include="..\src\client\uiprogressrect.h" />
<ClInclude Include="..\src\client\uisprite.h" />
<ClInclude Include="..\src\client\config.h" />
<ClInclude Include="..\src\framework\config.h" />
<ClInclude Include="..\src\framework\const.h" />
<ClInclude Include="..\src\framework\core\adaptativeframecounter.h" />
<ClInclude Include="..\src\framework\core\application.h" />
Expand Down Expand Up @@ -539,4 +539,4 @@ cmd /c "start ../vcpkg_installed\$(VcpkgTriplet)\$(VcpkgTriplet)\tools\protobuf\
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets">
</ImportGroup>
</Project>
</Project>
8 changes: 4 additions & 4 deletions vc17/otclient.vcxproj.filters
Original file line number Diff line number Diff line change
Expand Up @@ -557,6 +557,9 @@
</ClCompile>
</ItemGroup>
<ItemGroup>
<ClInclude Include="..\src\framework\config.h">
<Filter>Header Files\framework</Filter>
</ClInclude>
<ClInclude Include="..\src\framework\const.h">
<Filter>Header Files\framework</Filter>
</ClInclude>
Expand Down Expand Up @@ -1022,9 +1025,6 @@
<ClInclude Include="..\src\client\animator.h">
<Filter>Header Files\client</Filter>
</ClInclude>
<ClInclude Include="..\src\client\config.h">
<Filter>Header Files\client</Filter>
</ClInclude>
<ClInclude Include="..\src\framework\graphics\drawpoolmanager.h">
<Filter>Header Files\framework\graphics</Filter>
</ClInclude>
Expand Down Expand Up @@ -1082,4 +1082,4 @@
<Filter>Resource Files</Filter>
</ResourceCompile>
</ItemGroup>
</Project>
</Project>

0 comments on commit bf60108

Please sign in to comment.