My Project
|
A structure representing the direction component that holds the direction of an entity. More...
#include <CDirection.hpp>
Public Attributes | |
int | x |
direction in x line of the entity More... | |
int | y |
direction in y line of the entity More... | |
A structure representing the direction component that holds the direction of an entity.
int component::cdirection_t::x |
direction in x line of the entity
Direction x.
int component::cdirection_t::y |
direction in y line of the entity
Direction y.