24 lines
304 B
C++
24 lines
304 B
C++
//
|
|
// C++ Implementation: clientbero
|
|
//
|
|
// Description:
|
|
//
|
|
//
|
|
// Author: FThauer FHammer <webmaster@pokerth.net>, (C) 2007
|
|
//
|
|
// Copyright: See COPYING file that comes with this distribution
|
|
//
|
|
//
|
|
#include "clientbero.h"
|
|
|
|
ClientBeRo::ClientBeRo() : BeRoInterface()
|
|
{
|
|
}
|
|
|
|
|
|
ClientBeRo::~ClientBeRo()
|
|
{
|
|
}
|
|
|
|
|