first polymorphie steps for BeRo (BettingRounds)

This commit is contained in:
doitux
2007-08-04 01:30:59 +00:00
parent 0cd9c9c769
commit 993465a213
9 changed files with 188 additions and 28 deletions
+23
View File
@@ -0,0 +1,23 @@
//
// 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()
{
}
ClientBeRo::~ClientBeRo()
{
}