NetMauMau  0.17.1
Client API
NetMauMau Client API

The NetMauMau Client API is for developers of clients for NetMauMau. It handles the connection to a server and provides callbacks via pure virtual functions.

To use the NetMauMau Client API please read at first how to implement NetMauMau::Client::AbstractClient.
Useful functions you'll find in NetMauMau::Common.

Link your client against -lnetmaumauclient and -lnetmaumaucommon

Get the lastest code via git: git clone https://github.com/velnias75/NetMauMau.git