X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2F3d%2Flayout.h;h=54269bc8b42e1d43e32bb56a9e41591a5d313a89;hb=9b05c573a38639827697fe393d55b7c76f5bde45;hp=f2de127a0cc19d96117b4a63f3fb3be8c042921c;hpb=6e5d36dbc3f1e4a221d424fa7d57b07998df67a8;p=r2c2.git diff --git a/source/3d/layout.h b/source/3d/layout.h index f2de127..54269bc 100644 --- a/source/3d/layout.h +++ b/source/3d/layout.h @@ -57,6 +57,7 @@ private: void track_added(Track &); void track_removed(Track &); void vehicle_added(Vehicle &); + void vehicle_removed(Vehicle &); }; } // namespace Marklin