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

@ -32,6 +32,7 @@
#include "../filesystem/Filesystem.h"
#include "../mapObjectConstructors/AObjectTypeHandler.h"
#include "../mapObjectConstructors/CObjectClassesHandler.h"
#include "../mapObjects/CGCreature.h"
#include "../mapObjects/MapObjects.h"
#include "../mapObjects/ObjectTemplate.h"
#include "../spells/CSpellHandler.h"