|
Zappy GUI
C++ graphic client: renderer, camera, network
|
#include <Event.hpp>
Collaboration diagram for PlayerPosition:Public Attributes | |
| int | id |
| int | x |
| int | y |
| Orientation | orientation |
| int PlayerPosition::id |
Definition at line 43 of file Event.hpp.
Referenced by GameState::_applyPlayerPosition().
| Orientation PlayerPosition::orientation |
Definition at line 46 of file Event.hpp.
Referenced by GameState::_applyPlayerPosition().
| int PlayerPosition::x |
Definition at line 44 of file Event.hpp.
Referenced by GameState::_applyPlayerPosition().
| int PlayerPosition::y |
Definition at line 45 of file Event.hpp.
Referenced by GameState::_applyPlayerPosition().