]> git.tdb.fi Git - r2c2.git/blobdiff - source/3d/vehicle.h
Do not render unplaced vehicles
[r2c2.git] / source / 3d / vehicle.h
index feab8a1dd2a95972bfed83a966306702d72049f7..075eaef273cdec1289eb983e81dc6c01e02f77a4 100644 (file)
@@ -31,6 +31,7 @@ public:
        Vehicle &get_vehicle() const { return vehicle; }
 
        virtual Point get_node() const;
+       virtual bool is_visible() const;
 
        virtual void render(const Msp::GL::Tag &) const;
 };