Files
pokerth/src/engine/local_engine/localbero.cpp
T

24 lines
298 B
C++
Raw Normal View History

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