1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-11-06 09:09:40 +02:00

Moved road & river handlers into a separate file

This commit is contained in:
Ivan Savenko
2023-01-11 15:17:24 +02:00
parent 8b6f6f9b93
commit e48bd39b9c
28 changed files with 344 additions and 249 deletions

View File

@@ -15,6 +15,8 @@
#include "../CCreatureHandler.h"
#include "../CTownHandler.h"
#include "../CHeroHandler.h"
#include "../RiverHandler.h"
#include "../RoadHandler.h"
#include "../TerrainHandler.h"
#include "../mapObjects/CObjectClassesHandler.h"
#include "../mapObjects/CGHeroInstance.h"