1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-06-15 00:05:02 +02:00

Moving some files from lib to the battle subdirectory.

This commit is contained in:
FeniksFire
2017-06-24 16:42:05 +02:00
parent 221386a39d
commit 4113bdab01
42 changed files with 47 additions and 52 deletions

View File

@ -15,7 +15,7 @@
#include "CGeneralTextHandler.h"
#include "mapObjects/CObjectHandler.h" // for CGObjectInstance
#include "StartInfo.h" // for StartInfo
#include "BattleInfo.h" // for BattleInfo
#include "battle/BattleInfo.h" // for BattleInfo
#include "NetPacks.h" // for InfoWindow
#include "CModHandler.h"
#include "spells/CSpellHandler.h"