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

Advance triggered events serialization

(-) missing indentifier serialization (unimplemented in engine)
(-) missing tests
This commit is contained in:
AlexVinS
2015-08-15 18:09:39 +03:00
committed by AlexVinS
parent 11af00bcdf
commit 27bf2524a3
2 changed files with 36 additions and 7 deletions

View File

@@ -262,7 +262,7 @@ namespace LogicalExpressionDetail
}
};
/// Prints expression in human-readable format
/// Serializes expression in JSON format. Part of map format.
template <typename ContainedClass>
class Writer : public boost::static_visitor<JsonNode>
{