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

@ -18,7 +18,7 @@
#include "../CSoundBase.h"
#include "../CGeneralTextHandler.h"
#include "../CHeroHandler.h"
#include "MiscObjects.h"
#include "CGCreature.h"
#include "../IGameCallback.h"
#include "../CGameState.h"
#include "../mapObjectConstructors/CObjectClassesHandler.h"