mirror of
https://github.com/vcmi/vcmi.git
synced 2025-07-15 01:24:45 +02:00
Merge pull request #5896 from IvanSavenko/code_reorganize
Split large source files into smaller files per 1 class
This commit is contained in:
@ -26,8 +26,8 @@
|
||||
#include "../mapObjects/CGTownInstance.h"
|
||||
#include "../mapObjects/MiscObjects.h"
|
||||
#include "../mapObjects/ObjectTemplate.h"
|
||||
#include "../mapping/TerrainTile.h"
|
||||
#include "../modding/IdentifierStorage.h"
|
||||
#include "../mapping/CMapDefines.h"
|
||||
|
||||
VCMI_LIB_NAMESPACE_BEGIN
|
||||
|
||||
|
@ -14,6 +14,7 @@
|
||||
#include "../texts/CGeneralTextHandler.h"
|
||||
#include "../json/JsonRandom.h"
|
||||
#include "../GameLibrary.h"
|
||||
#include "../mapObjects/army/CStackInstance.h"
|
||||
#include "../mapObjects/CGDwelling.h"
|
||||
#include "../mapObjects/ObjectTemplate.h"
|
||||
#include "../modding/IdentifierStorage.h"
|
||||
|
Reference in New Issue
Block a user