mirror of
https://github.com/vcmi/vcmi.git
synced 2025-11-25 22:42:04 +02:00
Removed all #include's of CMap.h from headers.
To all - please, avoid #include's in headers as much as possible This kills incremental build compile times
This commit is contained in:
@@ -7,6 +7,7 @@
|
||||
#include "../mapObjects/CGHeroInstance.h"
|
||||
#include "../VCMI_Lib.h"
|
||||
#include "CDrawRoadsOperation.h"
|
||||
#include "../mapping/CMap.h"
|
||||
|
||||
MapRect::MapRect() : x(0), y(0), z(0), width(0), height(0)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user