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