Add md5 testing to netplay

Allows to test current game, an arbitrary game or the sdcard of all players
at once.
This commit is contained in:
Aestek 2016-07-14 00:45:38 +02:00
commit 51c77e8eea
18 changed files with 531 additions and 44 deletions

View file

@ -20,6 +20,7 @@
enum class PlayerGameStatus;
class NetPlayUI;
enum class PlayerGameStatus;
class NetPlayServer : public TraversalClientClient
{
@ -31,6 +32,8 @@ public:
~NetPlayServer();
bool ChangeGame(const std::string& game);
bool ComputeMD5(const std::string& file_identifier);
bool AbortMD5();
void SendChatMessage(const std::string& msg);
void SetNetSettings(const NetSettings& settings);