summaryrefslogtreecommitdiff
path: root/server/src/client.cpp
blob: 21ea62adf105043a1afcfb05ab05fdb883c89100 (plain)
1
2
3
4
5
6
7
8
9
10
11
#include "client.h"

client::client()
{
	//ctor
}

client::~client()
{
	//dtor
}