|
eolib 0.5.0
A core C library for writing applications related to Endless Online
|
#include <protocol.h>
Data Fields | |
| EoSerialize | _eo |
| int32_t | y |
| size_t | tiles_length |
| MapGraphicRowTile * | tiles |
A row in a layer of map graphics
Definition at line 919 of file protocol.h.
| EoSerialize MapGraphicRow::_eo |
Definition at line 920 of file protocol.h.
| MapGraphicRowTile* MapGraphicRow::tiles |
Definition at line 923 of file protocol.h.
| size_t MapGraphicRow::tiles_length |
Definition at line 922 of file protocol.h.
| int32_t MapGraphicRow::y |
Definition at line 921 of file protocol.h.