Bertl Programm

Bertl.h

Committer:
Cartillius
Date:
2015-05-07
Revision:
0:966e95e315e0
Child:
1:6f0042c58757

File content as of revision 0:966e95e315e0:

#include "ur_Bertl.h"

#ifndef BERTL_H
#define BERTL_H
class Bertl : ur_Bertl
{
protected:
    int anz;

public:
    int Move();
    bool FrontIsClear();
    bool PickBeeper(int anz);
}
#endif