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:
@ -29,7 +29,6 @@
|
||||
#include "../windows/InfoWindows.h"
|
||||
#include "../windows/CWindowObject.h"
|
||||
|
||||
#include "../../lib/CArtHandler.h"
|
||||
#include "../../lib/CConfigHandler.h"
|
||||
#include "../../lib/CCreatureHandler.h"
|
||||
#include "../../lib/CSkillHandler.h"
|
||||
@ -265,4 +264,4 @@ void CCampaignScreen::updateCampaignButtons(const JsonNode & parentConfig)
|
||||
}
|
||||
|
||||
redraw();
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user