more polymorphie steps for BeRo

This commit is contained in:
doitux
2007-08-04 11:37:26 +00:00
parent 993465a213
commit 421ca6c62d
7 changed files with 21 additions and 3 deletions
+4 -1
View File
@@ -12,10 +12,13 @@
#ifndef CLIENTBERO_H
#define CLIENTBERO_H
#include "berointerface.h"
/**
@author FThauer FHammer <webmaster@pokerth.net>
*/
class ClientBeRo{
class ClientBeRo : public BeRoInterface{
public:
ClientBeRo();