mirror of
https://github.com/vcmi/vcmi.git
synced 2025-06-27 00:41: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
@ -17,10 +17,10 @@
|
||||
#include "../CSoundBase.h"
|
||||
#include "../CGeneralTextHandler.h"
|
||||
#include "../CHeroHandler.h"
|
||||
#include "CObjectClassesHandler.h"
|
||||
#include "MiscObjects.h"
|
||||
#include "../IGameCallback.h"
|
||||
#include "../CGameState.h"
|
||||
#include "../mapObjectConstructors/CObjectClassesHandler.h"
|
||||
#include "../serializer/JsonSerializeFormat.h"
|
||||
#include "../CModHandler.h"
|
||||
#include "../GameConstants.h"
|
||||
|
Reference in New Issue
Block a user