UML into Header

Committer:
Gandalf_The_Great
Date:
Thu May 07 10:58:33 2015 +0000
Revision:
1:873d94ea7daa
+main

Who changed what in which revision?

UserRevisionLine numberNew contents of line
Gandalf_The_Great 1:873d94ea7daa 1 class Bertl : ur_Bertl {
Gandalf_The_Great 1:873d94ea7daa 2 protected:
Gandalf_The_Great 1:873d94ea7daa 3 int anzahl;
Gandalf_The_Great 1:873d94ea7daa 4 public:
Gandalf_The_Great 1:873d94ea7daa 5 int Move();
Gandalf_The_Great 1:873d94ea7daa 6 bool FrontIsClear();
Gandalf_The_Great 1:873d94ea7daa 7 bool PickBeeper(int anz) ;
Gandalf_The_Great 1:873d94ea7daa 8 }