1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-06-15 00:05:02 +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

@ -28,6 +28,7 @@
#include "../mapObjectConstructors/HillFortInstanceConstructor.h"
#include "../mapObjectConstructors/ShipyardInstanceConstructor.h"
#include "../mapObjectConstructors/ShrineInstanceConstructor.h"
#include "../mapObjects/CGCreature.h"
#include "../mapObjects/CGPandoraBox.h"
#include "../mapObjects/CQuest.h"
#include "../mapObjects/ObjectTemplate.h"