X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2F3d%2Flayout.h;h=8456fa8e7404d62fbcec19a0792e3b35cc56e56a;hb=d2dfed1a38c5e8487532e9055fad464cf54efd83;hp=1e189bd1ce0eedd88a0541672e9d58f60e6f6efc;hpb=3e3675f8d86b06cdea7df197dfe8866ffb285aec;p=r2c2.git diff --git a/source/3d/layout.h b/source/3d/layout.h index 1e189bd..8456fa8 100644 --- a/source/3d/layout.h +++ b/source/3d/layout.h @@ -61,12 +61,8 @@ public: const Msp::GL::Lighting &get_lighting() const { return lighting; } private: - void track_added(Track &); - void track_removed(Track &); - void vehicle_added(Vehicle &); - void vehicle_removed(Vehicle &); - void signal_added(Signal &); - void signal_removed(Signal &); + void object_added(Object &); + void object_removed(Object &); }; } // namespace R2C2