mirror of
https://github.com/vcmi/vcmi.git
synced 2025-06-23 00:28:08 +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
@ -14,12 +14,13 @@
|
||||
#include "../mapping/MapFormat.h"
|
||||
#include "../VCMI_Lib.h"
|
||||
#include "../CGeneralTextHandler.h"
|
||||
#include "../mapObjectConstructors/AObjectTypeHandler.h"
|
||||
#include "../mapObjectConstructors/CObjectClassesHandler.h"
|
||||
#include "../mapping/CMapEditManager.h"
|
||||
#include "../CTownHandler.h"
|
||||
#include "../StringConstants.h"
|
||||
#include "../filesystem/Filesystem.h"
|
||||
#include "CZonePlacer.h"
|
||||
#include "../mapObjects/CObjectClassesHandler.h"
|
||||
#include "TileInfo.h"
|
||||
#include "Zone.h"
|
||||
#include "Functions.h"
|
||||
|
Reference in New Issue
Block a user