1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-11-06 09:09:40 +02:00

Partially split CommonConstructors.cpp into few separate files

This commit is contained in:
Ivan Savenko
2023-06-06 18:32:53 +03:00
parent 0901c8feaf
commit 5cfbdd2967
12 changed files with 423 additions and 364 deletions

View File

@@ -18,7 +18,7 @@
#include "../CGeneralTextHandler.h"
#include "../CSoundBase.h"
#include "../mapObjectConstructors/CObjectClassesHandler.h"
#include "../mapObjectConstructors/CommonConstructors.h"
#include "../mapObjectConstructors/CBankInstanceConstructor.h"
#include "../IGameCallback.h"
#include "../CGameState.h"