|
eolib 0.5.0
A core C library for writing applications related to Endless Online
|
#include <protocol.h>
Data Fields | |
| EoPacket | _eo |
| int32_t | session_id |
| char * | username |
| char * | password |
| char * | full_name |
| char * | location |
| char * | |
| char * | computer |
| char * | hdid |
Confirm creating an account
Definition at line 2706 of file protocol.h.
| EoPacket AccountCreateClientPacket::_eo |
Definition at line 2707 of file protocol.h.
| char* AccountCreateClientPacket::computer |
Definition at line 2714 of file protocol.h.
| char* AccountCreateClientPacket::email |
Definition at line 2713 of file protocol.h.
| char* AccountCreateClientPacket::full_name |
Definition at line 2711 of file protocol.h.
| char* AccountCreateClientPacket::hdid |
Definition at line 2715 of file protocol.h.
| char* AccountCreateClientPacket::location |
Definition at line 2712 of file protocol.h.
| char* AccountCreateClientPacket::password |
Definition at line 2710 of file protocol.h.
| int32_t AccountCreateClientPacket::session_id |
Definition at line 2708 of file protocol.h.
| char* AccountCreateClientPacket::username |
Definition at line 2709 of file protocol.h.