mirror of
https://github.com/vcmi/vcmi.git
synced 2025-07-03 00:46:55 +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:
@ -11,7 +11,6 @@
|
||||
#include "StdInc.h"
|
||||
#include "GameLibrary.h"
|
||||
|
||||
#include "CArtHandler.h"
|
||||
#include "CBonusTypeHandler.h"
|
||||
#include "CCreatureHandler.h"
|
||||
#include "CConfigHandler.h"
|
||||
@ -21,6 +20,7 @@
|
||||
#include "spells/CSpellHandler.h"
|
||||
#include "spells/effects/Registry.h"
|
||||
#include "CSkillHandler.h"
|
||||
#include "entities/artifact/CArtHandler.h"
|
||||
#include "entities/faction/CTownHandler.h"
|
||||
#include "entities/hero/CHeroClassHandler.h"
|
||||
#include "entities/hero/CHeroHandler.h"
|
||||
|
Reference in New Issue
Block a user