1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-06-15 00:05:02 +02:00

Merge pull request #4763 from IvanSavenko/herohandler_split

Split CHeroHandler.cpp/.h into 1 file per class
This commit is contained in:
Ivan Savenko
2024-10-14 19:05:48 +03:00
committed by GitHub
91 changed files with 867 additions and 730 deletions

View File

@ -19,8 +19,9 @@
#include "../CCreatureHandler.h"
#include "../CConfigHandler.h"
#include "../entities/faction/CTownHandler.h"
#include "../entities/hero/CHeroClassHandler.h"
#include "../entities/hero/CHeroHandler.h"
#include "../texts/CGeneralTextHandler.h"
#include "../CHeroHandler.h"
#include "../CSkillHandler.h"
#include "../CStopWatch.h"
#include "../IGameSettings.h"