16
0
mirror of https://github.com/MaSzyna-EU07/maszyna.git synced 2026-07-22 10:29:19 +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

@@ -53,6 +53,7 @@ struct scratch_data {
std::vector<int> couplings;
TDynamicObject * driver { nullptr };
bool is_open { false };
std::unordered_map<std::string, std::string> assignment;
} trainset;
std::string name;