1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-11-25 22:42:04 +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

@@ -25,7 +25,7 @@
#include "../lib/mapping/CCampaignHandler.h"
#include "../lib/CGameState.h"
#include "../lib/CStack.h"
#include "../lib/BattleInfo.h"
#include "../lib/battle/BattleInfo.h"
#include "../lib/GameConstants.h"
#include "../lib/CPlayerState.h"
#include "gui/CGuiHandler.h"