Bertl Programm

Bertl.h

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

File content as of revision 1:6f0042c58757:

#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