|
eolib 0.5.0
A core C library for writing applications related to Endless Online
|
#include <protocol.h>
Data Fields | |
| EoSerialize | _eo |
| int32_t | post_id |
| char * | author |
| char * | subject |
An entry in the list of town board posts
Definition at line 1955 of file protocol.h.
| EoSerialize BoardPostListing::_eo |
Definition at line 1956 of file protocol.h.
| char* BoardPostListing::author |
Definition at line 1958 of file protocol.h.
| int32_t BoardPostListing::post_id |
Definition at line 1957 of file protocol.h.
| char* BoardPostListing::subject |
Definition at line 1959 of file protocol.h.