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 CCommanderInstance;
|
||||||
class CStackInstance;
|
class CStackInstance;
|
||||||
class CStack;
|
class CStack;
|
||||||
|
@ -17,8 +17,8 @@ class JsonNode;
|
|||||||
typedef std::vector<JsonNode> JsonVector;
|
typedef std::vector<JsonNode> JsonVector;
|
||||||
class CRandomGenerator;
|
class CRandomGenerator;
|
||||||
|
|
||||||
class Bonus;
|
struct Bonus;
|
||||||
class Component;
|
struct Component;
|
||||||
class CStackBasicDescriptor;
|
class CStackBasicDescriptor;
|
||||||
|
|
||||||
namespace JsonRandom
|
namespace JsonRandom
|
||||||
|
@ -17,7 +17,7 @@
|
|||||||
#include "../filesystem/CZipLoader.h"
|
#include "../filesystem/CZipLoader.h"
|
||||||
#include "../GameConstants.h"
|
#include "../GameConstants.h"
|
||||||
|
|
||||||
class TriggeredEvent;
|
struct TriggeredEvent;
|
||||||
struct TerrainTile;
|
struct TerrainTile;
|
||||||
struct PlayerInfo;
|
struct PlayerInfo;
|
||||||
class CGObjectInstance;
|
class CGObjectInstance;
|
||||||
|
Loading…
Reference in New Issue
Block a user