16
0
mirror of https://github.com/MaSzyna-EU07/maszyna.git synced 2026-07-22 17:29:18 +02:00

Merge branch 'gfx-work' into sim

This commit is contained in:
milek7
2019-03-16 02:28:42 +01:00
35 changed files with 2358 additions and 1764 deletions

View File

@@ -59,9 +59,9 @@ struct bounding_area {
// stores content of the struct in provided output stream
void
serialize( std::ostream &Output ) const;
// restores content of the struct from provided input stream
// restores content of the struct from provided input stream.
void
deserialize( std::istream &Input );
deserialize( std::istream &Input, bool const Preserveradius = true );
};
//using group_handle = std::size_t;