| 613 | } |
| 614 | |
| 615 | void EntityDescription::AddData(EntityDescriptionFieldType type, const std::vector<char>& val) { |
| 616 | AddType(type); |
| 617 | memwrite(&val[0], val.size(), 1, fields.back().data); |
| 618 | } |
| 619 | |
| 620 | void EntityDescription::AddBool(EntityDescriptionFieldType type, const bool& val) { |
| 621 | AddType(type); |