1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-08-13 19:54:17 +02:00
This commit is contained in:
AlexVinS
2016-08-30 05:13:45 +03:00
parent 1c9dd41188
commit ef05a56e49
6 changed files with 27 additions and 29 deletions

View File

@@ -16,7 +16,7 @@
*
*/
class CPack;
struct CPack;
class CCampaignState;
class CBattleCallback;
class IGameEventsReceiver;

View File

@@ -17,7 +17,7 @@ class CCreatureAnim;
class CComponent;
class CGGarrison;
class CSelectableComponent;
class InfoAboutArmy;
struct InfoAboutArmy;
class CArmedInstance;
class IBonusBearer;
class CAnimImage;

View File

@@ -50,7 +50,7 @@ struct StackLocation;
class CStackInstance;
class CCommanderInstance;
class CStack;
class CPathsInfo;
struct CPathsInfo;
class CCreature;
class CLoadFile;
class CSaveFile;

View File

@@ -42,7 +42,7 @@ struct StackLocation;
struct ArtSlotInfo;
struct QuestInfo;
class CMapInfo;
class StartInfo;
struct StartInfo;
struct CPackForClient : public CPack

View File

@@ -12,9 +12,7 @@
#include "ISpellMechanics.h"
class ISpellMechanics;
class BattleSpellCast;
class StacksInjured;
struct StacksInjured;
struct SpellCastContext
{

View File

@@ -24,7 +24,7 @@ class CLegacyConfigParser;
class CGHeroInstance;
class CStack;
class CBattleInfoCallback;
class BattleInfo;
struct BattleInfo;
struct CPackForClient;
struct BattleSpellCast;
class CGameInfoCallback;