X-Git-Url: https://irasnyder.com/gitweb/?a=blobdiff_plain;f=direction.hpp;h=b9863db33e2c47fc1bf0bfbd2c690f1546b45f27;hb=2172ce055533d5865d58538ee00bf609e59b0f99;hp=d33e6177bc5eafeca1876ec5f65fd1dd517de064;hpb=90cabce172856326923f36c9a05fae01138d25aa;p=cs356-p1-elevator.git diff --git a/direction.hpp b/direction.hpp index d33e617..b9863db 100644 --- a/direction.hpp +++ b/direction.hpp @@ -7,7 +7,7 @@ #ifndef DIRECTION_HPP #define DIRECTION_HPP -enum direction { IDLE, UP, DOWN }; +typedef enum { IDLE, UP, DOWN, ALL } Direction; #endif /* DIRECTION_HPP */