1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-11-25 22:42:04 +02:00

Start spell-relatet files reorganisation

* moved existing files to separate directory
-> todo: split mechanics
This commit is contained in:
AlexVinS
2015-02-02 11:25:26 +03:00
parent c7c235c0ca
commit 685deddac1
59 changed files with 1513 additions and 1508 deletions

View File

@@ -17,7 +17,7 @@
#include "BattleState.h" // for BattleInfo
#include "NetPacks.h" // for InfoWindow
#include "CModHandler.h"
#include "CSpellHandler.h"
#include "spells/CSpellHandler.h"
//TODO make clean
#define ERROR_VERBOSE_OR_NOT_RET_VAL_IF(cond, verbose, txt, retVal) do {if(cond){if(verbose)logGlobal->errorStream() << BOOST_CURRENT_FUNCTION << ": " << txt; return retVal;}} while(0)