|
NetMauMau
0.24.0
Client API
|
#include <clientconnection.h>
Holds the name as well as the PNG data of the player image.
Public Attributes | |
| std::string | name |
| the player name | |
| const unsigned char * | pngData |
| raw data of the player image, must be freed by the client | |
| std::size_t | pngDataLen |
| length of the raw data of the player image | |
1.8.1.2