1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-07-15 01:24:45 +02:00

Reorganized artifact-related classes

- files now generally contain only 1 class (except for tightly coupled
classes)
- files are now located in lib/entities/artifact directory
- removed excessive includes

No changes to functionality
This commit is contained in:
Ivan Savenko
2025-04-29 12:10:19 +03:00
parent 5433b07e5f
commit f70ad2c15b
96 changed files with 1666 additions and 1454 deletions

View File

@ -24,7 +24,8 @@
#include "../windows/InfoWindows.h"
#include "../widgets/TextControls.h"
#include "../../lib/ArtifactUtils.h"
#include "../../lib/entities/artifact/ArtifactUtils.h"
#include "../../lib/entities/artifact/CArtHandler.h"
#include "../../lib/entities/building/CBuilding.h"
#include "../../lib/entities/faction/CFaction.h"
#include "../../lib/entities/faction/CTown.h"
@ -34,8 +35,6 @@
#include "../../lib/CCreatureHandler.h"
#include "../../lib/CSkillHandler.h"
#include "../../lib/texts/CGeneralTextHandler.h"
#include "../../lib/CArtHandler.h"
#include "../../lib/CArtifactInstance.h"
#include "../../lib/GameLibrary.h"
#include <vcmi/spells/Service.h>