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

Fix linker problem

This commit is contained in:
nordsoft 2022-08-28 12:23:45 +04:00
parent 4c8a2685f5
commit 1bbb2f420c

View File

@ -10,7 +10,7 @@
#pragma once
#include "BattleHex.h"
struct ObstacleInfo;
class ObstacleInfo;
class ObstacleChanges;
class JsonSerializeFormat;