1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-06-21 00:19:29 +02:00

Renamed Terrain.h/cpp -> TerrainHandler.h/cpp

This commit is contained in:
Ivan Savenko
2023-01-09 01:17:37 +02:00
parent f51b3bca57
commit 4f3ea0d1d9
68 changed files with 90 additions and 37 deletions

View File

@ -18,6 +18,7 @@
#include "CHeroHandler.h"
#include "mapObjects/CObjectHandler.h"
#include "CTownHandler.h"
#include "TerrainHandler.h"
#include "CBuildingHandler.h"
#include "spells/CSpellHandler.h"
#include "spells/effects/Registry.h"