1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-11-06 09:09:40 +02:00
This commit is contained in:
AlexVinS
2017-08-10 20:57:36 +03:00
parent 85e952f25f
commit 96eb9c0ac7
2 changed files with 2 additions and 2 deletions

View File

@@ -10,6 +10,8 @@
#pragma once
#include "CBattleInfoCallback.h"
#define ASSERT_IF_CALLED_WITH_PLAYER if(!player) {logGlobal->error(BOOST_CURRENT_FUNCTION); assert(0);}
class CGHeroInstance;
class DLL_LINKAGE CPlayerBattleCallback : public CBattleInfoCallback