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

SBT Include

This commit is contained in:
Jano211
2025-10-04 20:18:58 +02:00
committed by Hirek
parent d56e841d35
commit 51e1a3ab22
3 changed files with 34 additions and 1 deletions

View File

@@ -37,6 +37,7 @@ struct scratch_data {
struct binary_data {
bool terrain{ false };
bool terrain_included{false};
} binary;
struct location_data {
@@ -59,6 +60,8 @@ struct scratch_data {
} trainset;
std::string name;
std::string terrain_name;
bool initialized { false };
bool time_initialized { false };
};