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

@ -23,6 +23,7 @@
#include "../../CCreatureHandler.h"
#include "../../mapObjectConstructors/AObjectTypeHandler.h"
#include "../../mapObjectConstructors/CObjectClassesHandler.h"
#include "../../mapObjects/CGCreature.h"
#include "../../mapping/CMap.h"
#include "../../mapping/CMapEditManager.h"
#include "../Functions.h"