1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-12-01 23:12:49 +02:00

vcmi: a bunch of forward definitions

This commit is contained in:
Konstantin
2023-05-06 00:45:09 +03:00
parent 057a33c508
commit e60a4318c3
11 changed files with 19 additions and 4 deletions

View File

@@ -11,6 +11,8 @@
#include "StdInc.h"
#include "CBonusSystemNode.h"
#include "../JsonNode.h"
VCMI_LIB_NAMESPACE_BEGIN
BonusList::BonusList(bool BelongsToTree) : belongsToTree(BelongsToTree)