mirror of
https://github.com/vcmi/vcmi.git
synced 2025-11-06 09:09:40 +02:00
Split MapDefines file on .h per class basis
This commit is contained in:
@@ -10,7 +10,8 @@
|
||||
#include "StdInc.h"
|
||||
#include "AIPathfinder.h"
|
||||
#include "AIPathfinderConfig.h"
|
||||
#include "../../../lib/mapping/CMapDefines.h"
|
||||
|
||||
#include "../../../lib/mapping/TerrainTile.h"
|
||||
|
||||
#include <tbb/task_group.h>
|
||||
|
||||
|
||||
@@ -14,7 +14,6 @@
|
||||
#include "../Goals/Goals.h"
|
||||
#include "../Goals/CompleteQuest.h"
|
||||
#include "../../../lib/gameState/QuestInfo.h"
|
||||
#include "../../../lib/mapping/CMapDefines.h"
|
||||
#include "../../../lib/mapObjects/CQuest.h"
|
||||
|
||||
PathfindingManager::PathfindingManager(CPlayerSpecificInfoCallback * CB, VCAI * AI)
|
||||
|
||||
Reference in New Issue
Block a user