|
eolib 0.5.0
A core C library for writing applications related to Endless Online
|
#include <protocol.h>
Data Fields | |
| EoSerialize | _eo |
| int32_t | file_id |
| size_t | content_length |
| uint8_t * | content |
A pub file (EIF, ENF, ECF, ESF)
Definition at line 1582 of file protocol.h.
| EoSerialize PubFile::_eo |
Definition at line 1583 of file protocol.h.
| uint8_t* PubFile::content |
Definition at line 1586 of file protocol.h.
| size_t PubFile::content_length |
Definition at line 1585 of file protocol.h.
| int32_t PubFile::file_id |
Definition at line 1584 of file protocol.h.