Component ids can now be serialized and deserialized, deserializer converts between ids

This commit is contained in:
2019-06-27 03:41:24 +02:00
parent 5229dc6e76
commit ed076fd9fc
4 changed files with 200 additions and 155 deletions

View File

@@ -72,4 +72,5 @@ namespace ecs::serial {
void deserialize(std::istream& is, Manager& manager);
void serialize_ids(std::ostream& os);
void deserialize_ids(std::istream& is);
}