UML to code

Revision:
0:2940d7b78e31
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/Bertl.h	Thu May 07 11:02:24 2015 +0000
@@ -0,0 +1,10 @@
+class Bertl : ur_Bertl
+{
+protected:
+    int anz;
+ 
+public:
+    int Move();
+    bool FrontIsClear();
+    bool PickBeeper(int anz);
+}