Add load-measuring to Elevator
[cs356-p1-elevator.git] / elevator.hpp
index a5b5500..36371a1 100644 (file)
@@ -29,6 +29,7 @@ class Elevator
                float distance_from (Stop& s) const;
                void move ();
                bool is_idle () const;
+               int getLoad () const;
 
        private: