1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-11-23 22:37:55 +02:00

Move MarketInstanceConstructor class to a separate file

This commit is contained in:
Ivan Savenko
2025-07-21 19:38:24 +03:00
parent fe2a981ddf
commit b3167a44ee
8 changed files with 159 additions and 122 deletions

View File

@@ -11,19 +11,21 @@
#include "StdInc.h"
#include "CGMarket.h"
#include "../callback/IGameInfoCallback.h"
#include "../callback/IGameEventCallback.h"
#include "../callback/IGameRandomizer.h"
#include "../texts/CGeneralTextHandler.h"
#include "../CCreatureHandler.h"
#include "CGHeroInstance.h"
#include "CGTownInstance.h"
//#include "../CCreatureHandler.h"
#include "../CPlayerState.h"
//#include "../CSkillHandler.h"
#include "../IGameSettings.h"
#include "../CSkillHandler.h"
#include "../callback/IGameEventCallback.h"
#include "../callback/IGameInfoCallback.h"
#include "../callback/IGameRandomizer.h"
#include "../mapObjectConstructors/AObjectTypeHandler.h"
#include "../mapObjectConstructors/CObjectClassesHandler.h"
#include "../mapObjectConstructors/CommonConstructors.h"
#include "../mapObjectConstructors/MarketInstanceConstructor.h"
#include "../networkPacks/PacksForClient.h"
#include "CPlayerState.h"
#include "../texts/TextIdentifier.h"
VCMI_LIB_NAMESPACE_BEGIN