summaryrefslogtreecommitdiffstats
path: root/src/client/gui/Client.cpp
blob: 2465ab71bab8b9a25dc2286f6189ff60ebf4b4eb (plain)
1
2
3
4
5
6
#include "Client.hpp"

void Client::ShowMessage(const char *msg)
{
	chat->value(msg);
}