1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-06-23 00:28:08 +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

@ -25,6 +25,8 @@
#include "spells/CSpellHandler.h"
#include "CSkillHandler.h"
#include "ScriptHandler.h"
#include "RoadHandler.h"
#include "RiverHandler.h"
#include "TerrainHandler.h"
#include "BattleFieldHandler.h"
#include "ObstacleHandler.h"