1
0
mirror of https://github.com/vcmi/vcmi.git synced 2024-12-24 22:14:36 +02:00

Precompiled header path also needs fix

This commit is contained in:
Dydzio 2017-07-01 20:05:10 +02:00
parent f61398b0ee
commit ef2ff0c752
13 changed files with 13 additions and 13 deletions

View File

@ -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"

View File

@ -8,7 +8,7 @@
*
*/
#include "../StdInc.h"
#include "StdInc.h"
#include "BattleAction.h"
#include "../CStack.h"

View File

@ -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"

View File

@ -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) {}

View File

@ -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"

View File

@ -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"

View File

@ -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"

View File

@ -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"

View File

@ -1,4 +1,4 @@
#include "../StdInc.h"
#include "StdInc.h"
#include "CObstacleInstance.h"
#include "../CHeroHandler.h"
#include "../CTownHandler.h"

View File

@ -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"

View File

@ -8,7 +8,7 @@
*
*/
#include "../StdInc.h"
#include "StdInc.h"
#include "ReachabilityInfo.h"
#include "../CStack.h"

View File

@ -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"

View File

@ -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"