mirror of
				https://github.com/vcmi/vcmi.git
				synced 2025-10-31 00:07:39 +02:00 
			
		
		
		
	Precompiled header path also needs fix
This commit is contained in:
		| @@ -7,7 +7,7 @@ | ||||
|  * Full text of license available in license.txt file, in main folder | ||||
|  * | ||||
|  */ | ||||
| #include "../StdInc.h" | ||||
| #include "StdInc.h" | ||||
| #include "AccessibilityInfo.h" | ||||
| #include "../CStack.h" | ||||
|  | ||||
|   | ||||
| @@ -8,7 +8,7 @@ | ||||
|  * | ||||
|  */ | ||||
|  | ||||
| #include "../StdInc.h" | ||||
| #include "StdInc.h" | ||||
| #include "BattleAction.h" | ||||
| #include "../CStack.h" | ||||
|  | ||||
|   | ||||
| @@ -7,7 +7,7 @@ | ||||
|  * Full text of license available in license.txt file, in main folder | ||||
|  * | ||||
|  */ | ||||
| #include "../StdInc.h" | ||||
| #include "StdInc.h" | ||||
| #include "BattleAttackInfo.h" | ||||
| #include "../CStack.h" | ||||
|  | ||||
|   | ||||
| @@ -7,7 +7,7 @@ | ||||
|  * Full text of license available in license.txt file, in main folder | ||||
|  * | ||||
|  */ | ||||
| #include "../StdInc.h" | ||||
| #include "StdInc.h" | ||||
| #include "BattleHex.h" | ||||
|  | ||||
| BattleHex::BattleHex() : hex(INVALID) {} | ||||
|   | ||||
| @@ -7,7 +7,7 @@ | ||||
|  * Full text of license available in license.txt file, in main folder | ||||
|  * | ||||
|  */ | ||||
| #include "../StdInc.h" | ||||
| #include "StdInc.h" | ||||
| #include "BattleInfo.h" | ||||
| #include "../CStack.h" | ||||
| #include "../CHeroHandler.h" | ||||
|   | ||||
| @@ -7,7 +7,7 @@ | ||||
|  * Full text of license available in license.txt file, in main folder | ||||
|  * | ||||
|  */ | ||||
| #include "../StdInc.h" | ||||
| #include "StdInc.h" | ||||
| #include "CBattleInfoCallback.h" | ||||
| #include "../CStack.h" | ||||
| #include "BattleInfo.h" | ||||
|   | ||||
| @@ -7,7 +7,7 @@ | ||||
|  * Full text of license available in license.txt file, in main folder | ||||
|  * | ||||
|  */ | ||||
| #include "../StdInc.h" | ||||
| #include "StdInc.h" | ||||
| #include "CBattleInfoEssentials.h" | ||||
| #include "../CStack.h" | ||||
| #include "BattleInfo.h" | ||||
|   | ||||
| @@ -7,7 +7,7 @@ | ||||
|  * Full text of license available in license.txt file, in main folder | ||||
|  * | ||||
|  */ | ||||
| #include "../StdInc.h" | ||||
| #include "StdInc.h" | ||||
| #include "CCallbackBase.h" | ||||
| #include "BattleInfo.h" | ||||
| #include "../CGameState.h" | ||||
|   | ||||
| @@ -1,4 +1,4 @@ | ||||
| #include "../StdInc.h" | ||||
| #include "StdInc.h" | ||||
| #include "CObstacleInstance.h" | ||||
| #include "../CHeroHandler.h" | ||||
| #include "../CTownHandler.h" | ||||
|   | ||||
| @@ -7,7 +7,7 @@ | ||||
|  * Full text of license available in license.txt file, in main folder | ||||
|  * | ||||
|  */ | ||||
| #include "../StdInc.h" | ||||
| #include "StdInc.h" | ||||
| #include "CPlayerBattleCallback.h" | ||||
| #include "../CStack.h" | ||||
| #include "../CGameState.h" | ||||
|   | ||||
| @@ -8,7 +8,7 @@ | ||||
|  * | ||||
|  */ | ||||
|  | ||||
| #include "../StdInc.h" | ||||
| #include "StdInc.h" | ||||
| #include "ReachabilityInfo.h" | ||||
| #include "../CStack.h" | ||||
|  | ||||
|   | ||||
| @@ -7,7 +7,7 @@ | ||||
|  * Full text of license available in license.txt file, in main folder | ||||
|  * | ||||
|  */ | ||||
| #include "../StdInc.h" | ||||
| #include "StdInc.h" | ||||
| #include "SideInBattle.h" | ||||
| #include "../mapObjects/CArmedInstance.h" | ||||
|  | ||||
|   | ||||
| @@ -7,7 +7,7 @@ | ||||
|  * Full text of license available in license.txt file, in main folder | ||||
|  * | ||||
|  */ | ||||
| #include "../StdInc.h" | ||||
| #include "StdInc.h" | ||||
| #include "SiegeInfo.h" | ||||
|  | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user