mirror of
https://github.com/vcmi/vcmi.git
synced 2025-11-06 09:09:40 +02:00
fixed relative include paths
This commit is contained in:
@@ -8,11 +8,11 @@
|
||||
*
|
||||
*/
|
||||
#pragma once
|
||||
#include "SiegeInfo.h"
|
||||
#include "SideInBattle.h"
|
||||
#include "HeroBonus.h"
|
||||
#include "battle/CBattleInfoCallback.h"
|
||||
#include "int3.h"
|
||||
#include "../SiegeInfo.h"
|
||||
#include "../SideInBattle.h"
|
||||
#include "../HeroBonus.h"
|
||||
#include "CBattleInfoCallback.h"
|
||||
#include "../int3.h"
|
||||
|
||||
class CStack;
|
||||
class CStackInstance;
|
||||
|
||||
@@ -8,7 +8,7 @@
|
||||
*
|
||||
*/
|
||||
#pragma once
|
||||
#include "GameConstants.h"
|
||||
#include "../GameConstants.h"
|
||||
|
||||
#define RETURN_IF_NOT_BATTLE(X) if(!duringBattle()) {logGlobal->errorStream() << __FUNCTION__ << " called when no battle!"; return X; }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user