6 * \brief Implementation of the movment to the left
7 * \author Alexandre Leonardi
15 * Namespace containing the "game engine" side of the project as a library
21 * \brief Concrete implementation of IHeading interface for the movment to the left
23 class Heading_west
: public IHeading
27 * \brief Takes an origin position and moves it to the left
28 * \param from The origin position
29 * \return The modified position
31 QPointF
do_deplacment(QPointF from
);
35 #endif // HEADING_WEST_H