1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-11-06 09:09:40 +02:00

Merge branch 'develop' into incomatibility-response

This commit is contained in:
Nordsoft91
2022-09-25 13:26:07 +04:00
committed by GitHub
631 changed files with 4659 additions and 933 deletions

View File

@@ -24,6 +24,8 @@
#include "../battle/CObstacleInstance.h"
#include "../CStack.h"
VCMI_LIB_NAMESPACE_BEGIN
class BinarySerializer;
class BinaryDeserializer;
class CTypeList;
@@ -409,3 +411,5 @@ extern template DLL_LINKAGE void registerTypes<CTypeList>(CTypeList & s);
#endif
VCMI_LIB_NAMESPACE_END