mirror of
https://github.com/vcmi/vcmi.git
synced 2025-06-29 00:41:38 +02:00
Split some map object files into smaller files. Reduced includes usage.
This commit is contained in:
AI
Nullkiller
VCAI
client
cmake_modules
lib
CArtHandler.cppCCreatureHandler.cppCGameInfoCallback.cppCGameInterface.hCGameState.cppCHeroHandler.cppCModHandler.cppCTownHandler.cppCTownHandler.hGameConstants.cppIGameCallback.cppJsonRandom.cppNetPacks.hNetPacksLib.cppPathfinderUtil.hResourceSet.cppVCMI_Lib.cpp
mapObjectConstructors
AObjectTypeHandler.cppAObjectTypeHandler.hCObjectClassesHandler.cppCObjectClassesHandler.hCRewardableConstructor.cppCRewardableConstructor.hCommonConstructors.cppCommonConstructors.hIObjectInfo.hRandomMapInfo.hSObjectSounds.h
mapObjects
CArmedInstance.hCBank.cppCBank.hCGDwelling.cppCGHeroInstance.cppCGHeroInstance.hCGMarket.cppCGMarket.hCGObjectInstance.cppCGObjectInstance.hCGPandoraBox.hCGTownBuilding.hCGTownInstance.cppCGTownInstance.hCObjectClassesHandler.hCObjectHandler.cppCObjectHandler.hCQuest.cppCQuest.hCRewardableObject.cppIMarket.cppIMarket.hIObjectInterface.cppIObjectInterface.hMiscObjects.cppMiscObjects.hObjectTemplate.cpp
mapping
registerTypes
RegisterTypes.hTypesClientPacks1.cppTypesClientPacks2.cppTypesLobbyPacks.cppTypesMapObjects1.cppTypesMapObjects2.cppTypesMapObjects3.cppTypesServerPacks.cpp
rewardable
rmg
spells
mapeditor
@ -21,8 +21,8 @@
|
||||
#include "MinePlacer.h"
|
||||
#include "QuestArtifactPlacer.h"
|
||||
#include "../../CCreatureHandler.h"
|
||||
#include "../../mapObjects/CommonConstructors.h"
|
||||
#include "../../mapObjects/MapObjects.h" //needed to resolve templates for CommonConstructors.h
|
||||
#include "../../mapObjectConstructors/AObjectTypeHandler.h"
|
||||
#include "../../mapObjectConstructors/CObjectClassesHandler.h"
|
||||
#include "../../mapping/CMap.h"
|
||||
#include "../../mapping/CMapEditManager.h"
|
||||
#include "../Functions.h"
|
||||
|
Reference in New Issue
Block a user