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 CCampaignState;
class CBattleCallback; class CBattleCallback;
class IGameEventsReceiver; class IGameEventsReceiver;

View File

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

View File

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

View File

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

View File

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

View File

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