1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-06-17 00:07:41 +02:00

Moved CGCreature to a new file

This commit is contained in:
Ivan Savenko
2023-06-17 15:21:42 +03:00
parent 7c88bb7e4f
commit 6f743916db
15 changed files with 677 additions and 631 deletions

View File

@ -27,6 +27,7 @@
#include "StartInfo.h"
#include "CPlayerState.h"
#include "TerrainHandler.h"
#include "mapObjects/CGCreature.h"
#include "mapObjects/CGMarket.h"
#include "mapObjectConstructors/AObjectTypeHandler.h"
#include "mapObjectConstructors/CObjectClassesHandler.h"