1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-08-13 19:54:17 +02:00

Attempt to fix msvs build 1

This commit is contained in:
nordsoft
2023-05-01 01:15:48 +04:00
parent 5bdd6c5cf5
commit 6fc3bb6690
3 changed files with 1 additions and 2 deletions

View File

@@ -23,7 +23,6 @@
#include "../CGeneralTextHandler.h" #include "../CGeneralTextHandler.h"
#include "../JsonNode.h" #include "../JsonNode.h"
#include "../IGameCallback.h" #include "../IGameCallback.h"
#include "../CPlayerState.h"
VCMI_LIB_NAMESPACE_BEGIN VCMI_LIB_NAMESPACE_BEGIN

View File

@@ -18,7 +18,6 @@
#include "../spells/ISpellMechanics.h" #include "../spells/ISpellMechanics.h"
#include "../mapObjects/MiscObjects.h" #include "../mapObjects/MiscObjects.h"
#include "../IGameCallback.h" #include "../IGameCallback.h"
#include "../CPlayerState.h"
VCMI_LIB_NAMESPACE_BEGIN VCMI_LIB_NAMESPACE_BEGIN

View File

@@ -11,6 +11,7 @@
#include "StdInc.h" #include "StdInc.h"
#include "Limiter.h" #include "Limiter.h"
#include "../IGameCallback.h" #include "../IGameCallback.h"
#include "../CGameStateFwd.h"
#include "../CPlayerState.h" #include "../CPlayerState.h"
VCMI_LIB_NAMESPACE_BEGIN VCMI_LIB_NAMESPACE_BEGIN