mirror of
https://github.com/MaSzyna-EU07/maszyna.git
synced 2026-07-22 10:29:19 +02:00
allow for creating isolated segments outside track definition
This commit is contained in:
3
Track.h
3
Track.h
@@ -303,6 +303,9 @@ public:
|
||||
for (TIsolated *iso : Isolated)
|
||||
iso->Modify(i, o); }; // dodanie lub odjęcie osi
|
||||
std::string RemoteIsolatedName();
|
||||
void AddIsolated(TIsolated *iso) {
|
||||
Isolated.push_back(iso);
|
||||
}
|
||||
double WidthTotal();
|
||||
bool IsGroupable();
|
||||
int TestPoint( Math3D::vector3 *Point);
|
||||
|
||||
Reference in New Issue
Block a user