1
0
mirror of https://github.com/vcmi/vcmi.git synced 2024-12-24 22:14:36 +02:00

Fixed CID 1366376

This commit is contained in:
AlexVinS 2016-11-25 13:36:54 +03:00
parent f8ccc27702
commit 692d23e580
3 changed files with 2 additions and 3 deletions

View File

@ -25,7 +25,6 @@
#define UNGUARDED_OBJECT (100.0f) //we consider unguarded objects 100 times weaker than us
struct BankConfig;
class IObjectInfo;
class CBankInfo;
class Engine;
class InputVariable;

View File

@ -90,6 +90,8 @@ public:
virtual bool givesSpells() const { return false; }
virtual bool givesBonuses() const { return false; }
virtual ~IObjectInfo() = default;
};
class CGObjectInstance;

View File

@ -18,8 +18,6 @@ class CGObjectInstance;
class CGTownInstance;
class CGHeroInstance;
class CGDwelling;
//class CGArtifact;
//class CGCreature;
class CHeroClass;
class CBank;
class CStackBasicDescriptor;