mirror of
https://github.com/vcmi/vcmi.git
synced 2025-11-25 22:42:04 +02:00
Reogranize callback-related classes on 1 file = 1 class basis
This commit is contained in:
@@ -11,7 +11,8 @@
|
||||
#include "CPlayerBattleCallback.h"
|
||||
#include "../CStack.h"
|
||||
#include "../gameState/InfoAboutArmy.h"
|
||||
#include "../CGameInfoCallback.h"
|
||||
|
||||
#define ASSERT_IF_CALLED_WITH_PLAYER if(!getPlayerID()) {logGlobal->error(BOOST_CURRENT_FUNCTION); assert(0);}
|
||||
|
||||
VCMI_LIB_NAMESPACE_BEGIN
|
||||
|
||||
|
||||
Reference in New Issue
Block a user