Bertl Programm

Revision:
1:6f0042c58757
diff -r 966e95e315e0 -r 6f0042c58757 Bertl.cpp
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/Bertl.cpp	Thu May 07 11:17:14 2015 +0000
@@ -0,0 +1,19 @@
+#include "Bertl.h"
+
+class Bertl : ur_Bertl
+{
+    int anz;
+
+    int Move()
+    {
+        return 0;
+    }
+    bool FrontIsClear()
+    {
+        return 0;
+    }
+    bool PickBeeper(int anz)
+    {
+        return 0;
+    }
+};
\ No newline at end of file