1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-10-31 00:07:39 +02:00

[c::b] renamed map subfolder to workaround dependency tracking bug

This commit is contained in:
alexvins
2013-01-03 12:19:20 +00:00
parent 2848fb6fef
commit 4bc2fd5519
38 changed files with 166 additions and 153 deletions

View File

@@ -2,15 +2,15 @@
#include "Connection.h"
#ifndef _MSC_VER
#include "../lib/RegisterTypes.h"
#include "RegisterTypes.h"
#endif
//for smart objs serialization over net
#include "../lib/Map/CMapInfo.h"
#include "Mapping/CMapInfo.h"
#include "StartInfo.h"
#include "BattleState.h"
#include "CGameState.h"
#include "Map/CMap.h"
#include "Mapping/CMap.h"
#include "CModHandler.h"
#include "CObjectHandler.h"
#include "CCreatureHandler.h"
@@ -19,7 +19,7 @@
#include "CHeroHandler.h"
#include "CSpellHandler.h"
#include "CTownHandler.h"
#include "Map/CCampaignHandler.h"
#include "Mapping/CCampaignHandler.h"
#include "NetPacks.h"
#include "CDefObjInfoHandler.h"