mirror of
https://github.com/vcmi/vcmi.git
synced 2024-12-24 22:14:36 +02:00
Fix mismatched-tags Clang warnings
They're not important at all, but sicne there only few of them left just fix them.
This commit is contained in:
parent
d06d07a39b
commit
02f70464fb
@ -14,7 +14,7 @@
|
||||
*
|
||||
*/
|
||||
|
||||
class StackWindowInfo;
|
||||
struct StackWindowInfo;
|
||||
class CCommanderInstance;
|
||||
class CStackInstance;
|
||||
class CStack;
|
||||
|
@ -17,8 +17,8 @@ class JsonNode;
|
||||
typedef std::vector<JsonNode> JsonVector;
|
||||
class CRandomGenerator;
|
||||
|
||||
class Bonus;
|
||||
class Component;
|
||||
struct Bonus;
|
||||
struct Component;
|
||||
class CStackBasicDescriptor;
|
||||
|
||||
namespace JsonRandom
|
||||
|
@ -17,7 +17,7 @@
|
||||
#include "../filesystem/CZipLoader.h"
|
||||
#include "../GameConstants.h"
|
||||
|
||||
class TriggeredEvent;
|
||||
struct TriggeredEvent;
|
||||
struct TerrainTile;
|
||||
struct PlayerInfo;
|
||||
class CGObjectInstance;
|
||||
|
Loading…
Reference in New Issue
Block a user