mirror of
https://github.com/vcmi/vcmi.git
synced 2025-11-25 22:42:04 +02:00
Merge pull request #4763 from IvanSavenko/herohandler_split
Split CHeroHandler.cpp/.h into 1 file per class
This commit is contained in:
@@ -17,7 +17,6 @@
|
||||
|
||||
#include "../texts/CGeneralTextHandler.h"
|
||||
#include "../ArtifactUtils.h"
|
||||
#include "../CHeroHandler.h"
|
||||
#include "../TerrainHandler.h"
|
||||
#include "../RoadHandler.h"
|
||||
#include "../IGameSettings.h"
|
||||
@@ -31,6 +30,8 @@
|
||||
#include "../StartInfo.h"
|
||||
#include "CGTownInstance.h"
|
||||
#include "../entities/faction/CTownHandler.h"
|
||||
#include "../entities/hero/CHeroHandler.h"
|
||||
#include "../entities/hero/CHeroClass.h"
|
||||
#include "../battle/CBattleInfoEssentials.h"
|
||||
#include "../campaign/CampaignState.h"
|
||||
#include "../json/JsonBonus.h"
|
||||
|
||||
Reference in New Issue
Block a user