X-Git-Url: https://irasnyder.com/gitweb/?a=blobdiff_plain;f=elevatorgui.hpp;h=3a4b1f3c19696b8f7b69514333a21adf39fe4372;hb=ff557197cf33a848ad2750d515f67f51113b8403;hp=77f4d58fb551f8328721f7c16c5626ee21abc753;hpb=c08c30e78fdbbde7e5823b26303b0dded3a4c1cf;p=cs356-p1-elevator.git diff --git a/elevatorgui.hpp b/elevatorgui.hpp index 77f4d58..3a4b1f3 100644 --- a/elevatorgui.hpp +++ b/elevatorgui.hpp @@ -27,7 +27,7 @@ class ElevatorGUI : public Gtk::Window ElevatorGUI (int floors, int elevators); /* Functions to be called from Elevator to change GUI status */ - void gui_update_position_label (int elevator, float new_position); + void gui_update_position_label (int elevator, float new_position, Direction direction); void gui_unpress_call_button (int floor, Direction direction); void gui_unpress_request_button (int elevator, int floor); void gui_open_door (int elevator, int floor);