#include "girlIO.hpp"
Go to the source code of this file.
Data Structures | |
class | girl::direction |
4-connexe direction class. More... | |
Typedefs | |
typedef enum girl::eDirection | girl::eDirection |
enum of directions. | |
Enumerations | |
enum | eDirection { RIGHT = 0, UP = 1, LEFT = 2, DOWN = 3, INVALID = -2 } |
enum of directions. |