Bertl Programm

Revision:
0:966e95e315e0
Child:
1:6f0042c58757
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/Bertl.h	Thu May 07 10:14:52 2015 +0000
@@ -0,0 +1,15 @@
+#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
\ No newline at end of file