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
+26
View File
@@ -0,0 +1,26 @@
//
// C++ Interface: berointerface
//
// Description:
//
//
// Author: FThauer FHammer <webmaster@pokerth.net>, (C) 2007
//
// Copyright: See COPYING file that comes with this distribution
//
//
#ifndef BEROINTERFACE_H
#define BEROINTERFACE_H
/**
@author FThauer FHammer <webmaster@pokerth.net>
*/
class BeRoInterface{
public:
BeRoInterface();
~BeRoInterface();
};
#endif