|
eolib 0.5.0
A core C library for writing applications related to Endless Online
|
#include <protocol.h>
Data Fields | |
| EoPacket | _eo |
| int32_t | board_id |
| char * | post_subject |
| char * | post_body |
Posting a new message to a town board
Definition at line 3582 of file protocol.h.
| EoPacket BoardCreateClientPacket::_eo |
Definition at line 3583 of file protocol.h.
| int32_t BoardCreateClientPacket::board_id |
Definition at line 3584 of file protocol.h.
| char* BoardCreateClientPacket::post_body |
Definition at line 3586 of file protocol.h.
| char* BoardCreateClientPacket::post_subject |
Definition at line 3585 of file protocol.h.